Skip to content
Snippets Groups Projects
Commit 9765d7ba authored by Andreas Schindlbeck's avatar Andreas Schindlbeck
Browse files

#1060640 favorites: db column name-change liquibase

parent fe3c351d
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
<column name="ID" type="CHAR(36)">
<constraints primaryKey="true" primaryKeyName="PK_ASYS_RECORD_GROUP_ID"/>
</column>
<column name="USER_CONTACT_ID" type="CHAR(36)"/>
<column name="USER_ID" type="CHAR(36)"/>
<column name="TITLE" type="VARCHAR(256)"/>
<column name="GROUP_TYPE" type="VARCHAR(64)"/>
</createTable>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment