Skip to content

Commit

Permalink
Adding missing onFail="MARK_RAN" for: Add careSetting property to Order
Browse files Browse the repository at this point in the history
class - TRUNK-4156
  • Loading branch information
dkayiwa committed Jan 13, 2014
1 parent 44606b3 commit 983f6d7
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 @@ -6895,7 +6895,7 @@
</changeSet>

<changeSet id="201312271827-TRUNK-4156" author="vinay">
<preConditions>
<preConditions onFail="MARK_RAN">

This comment has been minimized.

Copy link
@wluyima

wluyima Jan 14, 2014

Member

good catch!

<not>
<sqlCheck expectedResult="0">
SELECT count(*) FROM orders WHERE care_setting IS NULL
Expand Down

0 comments on commit 983f6d7

Please sign in to comment.