Skip to content

Commit

Permalink
Follow up to fix faulty changeset - TRUNK-4138
Browse files Browse the repository at this point in the history
  • Loading branch information
wluyima committed Jan 3, 2014
1 parent a9502a3 commit d12abfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/main/resources/liquibase-update-to-latest.xml
Expand Up @@ -6795,7 +6795,7 @@
<foreignKeyConstraintExists foreignKeyName="user_who_discontinued_order" />
</preConditions>
<comment>Dropping fk constraint on orders.discontinued_by column to users.user_id column</comment>
<dropForeignKeyConstraint baseTableName="user_who_discontinued_order" />
<dropForeignKeyConstraint baseTableName="orders" constraintName="user_who_discontinued_order" />
</changeSet>

<changeSet id="201312201700-TRUNK-4138" author="banka">
Expand Down

0 comments on commit d12abfe

Please sign in to comment.