Drop `accounts` table

This commit is contained in:
Chris Eager 2021-09-21 16:35:11 -07:00 committed by Chris Eager
parent e8dd1e0bf2
commit e824b861d4
1 changed files with 4 additions and 0 deletions

View File

@ -381,4 +381,8 @@
</addColumn>
</changeSet>
<changeSet id="26" author="chris">
<dropTable tableName="accounts"/>
</changeSet>
</databaseChangeLog>