fix liquibase changesets for unit test
This commit is contained in:
parent
4462a7157f
commit
8d2a8e3ddf
@ -752,4 +752,11 @@
|
|||||||
</createTable>
|
</createTable>
|
||||||
</changeSet>
|
</changeSet>
|
||||||
|
|
||||||
|
<changeSet author="phormanns" id="ph-20170729-01">
|
||||||
|
<dropColumn tableName="business_partner"
|
||||||
|
columnName="shares_updated"/>
|
||||||
|
<dropColumn tableName="business_partner"
|
||||||
|
columnName="shares_signed"/>
|
||||||
|
</changeSet>
|
||||||
|
|
||||||
</databaseChangeLog>
|
</databaseChangeLog>
|
||||||
|
Loading…
Reference in New Issue
Block a user