Skip to content

Commit

Permalink
Removed changeset that sets quantity units for existing drug order qu…
Browse files Browse the repository at this point in the history
…antities
  • Loading branch information
wluyima committed Dec 19, 2013
1 parent 2e3c7cf commit 9c31bbf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 92 deletions.

This file was deleted.

12 changes: 0 additions & 12 deletions api/src/main/resources/liquibase-update-to-latest.xml
Expand Up @@ -6678,16 +6678,4 @@
<modifyDataType tableName="drug_order" columnName="quantity" newDataType="double"/>
</changeSet>

<changeSet id="201312191209-TRUNK-4129" author="rkorytkowski">
<preConditions onFail="MARK_RAN">
<not>
<sqlCheck expectedResult="0">
select count(*) from drug_order;
</sqlCheck>
</not>
</preConditions>
<comment>Migrating drug order quantity to coded quantity units</comment>
<customChange class="org.openmrs.util.databasechange.MigrateDrugOrderQuantityToCodedQuantityUnitsChangeset" />
</changeSet>

</databaseChangeLog>

0 comments on commit 9c31bbf

Please sign in to comment.