Skip to content

Commit

Permalink
changed size of url field in annsrc table
Browse files Browse the repository at this point in the history
  • Loading branch information
nsklyar committed Apr 26, 2013
1 parent c8956f1 commit 119cd3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/Schema/Tables.sql
Expand Up @@ -864,7 +864,7 @@ CREATE SEQUENCE A2_ANNOTATIONSRC_SEQ
CREATE TABLE A2_ANNOTATIONSRC(
annotationsrcid NUMBER(22,0) CONSTRAINT NN_ANNOTATIONSRC_ID NOT NULL
, SOFTWAREID NUMBER(22,0) CONSTRAINT NN_ANNOTATIONSRC_SWID NOT NULL
, url VARCHAR2(512)
, url VARCHAR2(1024)
, name VARCHAR2(255)
, annsrctype VARCHAR2(255) CONSTRAINT NN_ANNOTATIONSRC_ASTYPE NOT NULL
, LOADDATE DATE
Expand Down

0 comments on commit 119cd3d

Please sign in to comment.