Skip to content

Commit

Permalink
Follow up to edit the error message when date stopped is null for any…
Browse files Browse the repository at this point in the history
… discontinued order - TRUNK-4138
  • Loading branch information
wluyima committed Dec 30, 2013
1 parent 7606cd0 commit bc394f1
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 @@ -6775,7 +6775,7 @@
</changeSet>

<changeSet id="201312201523-TRUNK-4138" author="banka">
<preConditions onFail="HALT" onFailMessage="Please make sure all discontinued orders have the date_stopped set">
<preConditions onFail="HALT" onFailMessage="Please make sure all discontinued orders have the date_stopped field set">
<sqlCheck expectedResult="0">select count(*) from orders where discontinued = true and date_stopped is null</sqlCheck>
</preConditions>
<comment>Creating Discontinue Order for discontinued orders</comment>
Expand Down

0 comments on commit bc394f1

Please sign in to comment.