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

Loghistory UID Liquibase script fix for mariadb

parent 9ed384fb
No related branches found
No related tags found
No related merge requests found
......@@ -30,14 +30,7 @@
</update>
</changeSet>
<changeSet author="s.listl" id="9a100da4-a467-4156-ab21-51216c7cbb3e">
<addNotNullConstraint
columnName="AB_LOGHISTORYID"
tableName="AB_LOGHISTORY"
/>
<addPrimaryKey
columnNames="AB_LOGHISTORYID"
constraintName="pk_AB_LOGHISTORYID"
tableName="AB_LOGHISTORY"
/>
<addNotNullConstraint columnName="AB_LOGHISTORYID" tableName="AB_LOGHISTORY" columnDataType="char(36)"/>
<addPrimaryKey columnNames="AB_LOGHISTORYID" constraintName="pk_AB_LOGHISTORYID" tableName="AB_LOGHISTORY"/>
</changeSet>
</databaseChangeLog>
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