Skip to content

Commit

Permalink
Fixing integration test failure - TRUNK-5413
Browse files Browse the repository at this point in the history
  • Loading branch information
dkayiwa committed Jul 23, 2019
1 parent 3577f4f commit 7755cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/main/resources/liquibase-update-to-2.3.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
</createTable>
</changeSet>

<changeSet id="TRUNK-5413" author="odorajonathan" dbms="mysql">
<changeSet id="TRUNK-5413" author="odorajonathan">
<preConditions onFail="MARK_RAN">
<not><columnExists tableName="order_set" columnName="category"/></not>
</preConditions>
Expand Down

0 comments on commit 7755cec

Please sign in to comment.