Skip to content

Commit

Permalink
Removed the num_refills and administration_instructions columns added…
Browse files Browse the repository at this point in the history
… via the liquibase schema only file
  • Loading branch information
wluyima committed Dec 19, 2013
1 parent 657d819 commit 9d08da2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions api/src/main/resources/liquibase-schema-only.xml
Expand Up @@ -519,8 +519,6 @@
<constraints nullable="false"/>
</column>
<column name="quantity" type="int"/>
<column name="num_refills" type="int"/>
<column name="administration_instructions" type="text"/>
</createTable>
</changeSet>
<changeSet author="ben (generated)" id="1227303685425-25">
Expand Down

0 comments on commit 9d08da2

Please sign in to comment.