Skip to content
Snippets Groups Projects
Commit 3c98bfbb authored by Sebastian Listl's avatar Sebastian Listl :speech_balloon:
Browse files

communicationLegalBase liquibase improved

parent 6da59115
No related branches found
No related tags found
No related merge requests found
......@@ -17,11 +17,11 @@
<column name="DATE_NEW" type="DATETIME">
<constraints nullable="false"/>
</column>
<column name="USER_NEW" type="VARCHAR(50)">
<column name="USER_NEW" type="NVARCHAR(50)">
<constraints nullable="false"/>
</column>
<column name="DATE_EDIT" type="DATETIME"/>
<column name="USER_EDIT" type="VARCHAR(50)"/>
<column name="USER_EDIT" type="NVARCHAR(50)"/>
</createTable>
<createIndex tableName="COMMUNICATIONLEGALBASE" indexName="IDX_COMMLEGALBASE_SETTINGS_ID">
<column name="COMMUNICATIONSETTINGS_ID"/>
......
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