Skip to content
Snippets Groups Projects
Commit 2a4067e5 authored by Johannes Goderbauer's avatar Johannes Goderbauer
Browse files

liquibase: remove remaining FKs

parent 1f8ee0aa
No related branches found
No related tags found
No related merge requests found
......@@ -5,5 +5,8 @@
<changeSet author="j.goderbauer" id="9f967c2b-40fb-4fb1-ab3d-569722df4c2e">
<dropForeignKeyConstraint baseTableName="PRODUCTPRICE" constraintName="FK_PRODUCTPRICE_PRODUCT_ID"/>
<dropForeignKeyConstraint baseTableName="STOCK" constraintName="FK_STOCK_PRODUCT_ID"/>
<dropForeignKeyConstraint baseTableName="TIMETRACKING" constraintName="FK_TIMETRACKING_CONTACT_ID"/>
<dropForeignKeyConstraint baseTableName="OFFERITEM" constraintName="FK_OFFERITEM_ASSIGNEDTO"/>
<dropForeignKeyConstraint baseTableName="SALESORDERITEM" constraintName="FK_SALESORDERITEM_ASSIGNEDTO"/>
</changeSet>
</databaseChangeLog>
\ No newline at end of file
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