Skip to content

Commit

Permalink
Follow up to fix faulty changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
wluyima committed Jan 13, 2014
1 parent a644a2d commit 44606b3
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 @@ -6898,7 +6898,7 @@
<preConditions>
<not>
<sqlCheck expectedResult="0">
SELECT * FROM orders WHERE care_setting IS NULL
SELECT count(*) FROM orders WHERE care_setting IS NULL
</sqlCheck>
</not>
</preConditions>
Expand Down

0 comments on commit 44606b3

Please sign in to comment.