Drop `accounts` table
This commit is contained in:
parent
e8dd1e0bf2
commit
e824b861d4
|
@ -381,4 +381,8 @@
|
|||
</addColumn>
|
||||
</changeSet>
|
||||
|
||||
<changeSet id="26" author="chris">
|
||||
<dropTable tableName="accounts"/>
|
||||
</changeSet>
|
||||
|
||||
</databaseChangeLog>
|
||||
|
|
Loading…
Reference in New Issue