Skip to content

Commit 9d08da2

Browse files
committedDec 19, 2013
Removed the num_refills and administration_instructions columns added via the liquibase schema only file
1 parent 657d819 commit 9d08da2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎api/src/main/resources/liquibase-schema-only.xml

-2
Original file line numberDiff line numberDiff line change
@@ -519,8 +519,6 @@
519519
<constraints nullable="false"/>
520520
</column>
521521
<column name="quantity" type="int"/>
522-
<column name="num_refills" type="int"/>
523-
<column name="administration_instructions" type="text"/>
524522
</createTable>
525523
</changeSet>
526524
<changeSet author="ben (generated)" id="1227303685425-25">

0 commit comments

Comments
 (0)
Please sign in to comment.