Skip to content

Commit

Permalink
Merge branch 'feature/add-prefix-to-userID' into 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
valesu committed Sep 22, 2017
2 parents 0033cf4 + 2358408 commit b7c761e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion sql/create_tables.sql
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ CREATE TABLE riha.comment
infosystem_uuid UUID,
comment VARCHAR,
author_name VARCHAR(255) NULL,
author_personal_code VARCHAR(11) NULL,
author_personal_code VARCHAR(13) NULL,
organization_name VARCHAR(255) NULL,
organization_code VARCHAR(50) NULL,
status VARCHAR(150) NULL,
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ALTER TABLE riha.comment ALTER COLUMN author_personal_code TYPE VARCHAR(13);

0 comments on commit b7c761e

Please sign in to comment.