Skip to content

Commit

Permalink
TRUNK-3915 Corrected back port
Browse files Browse the repository at this point in the history
  • Loading branch information
rkorytkowski committed Jun 17, 2013
1 parent e0a7c2b commit 4764752
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/src/main/resources/liquibase-schema-only.xml
Expand Up @@ -822,6 +822,7 @@
<column name="error_msg" type="text"/>
<column name="date_created" type="DATETIME"/>
<column name="uuid" type="char(38)"><constraints nullable="false"/></column>
</createTable>
<modifySql dbms="mssql">
<replace replace="CHAR(38)" with="UNIQUEIDENTIFIER NOT NULL DEFAULT NEWSEQUENTIALID()" />
</modifySql>
Expand Down

0 comments on commit 4764752

Please sign in to comment.