Remove messages table from account DB

This is quite out of date. Messages has been a separate database for a
long long time.
This commit is contained in:
Ehren Kret 2021-02-06 19:57:08 -06:00
parent 98f9bc3fc1
commit 0971613ac0
1 changed files with 4 additions and 0 deletions

View File

@ -351,4 +351,8 @@
</addColumn>
</changeSet>
<changeSet id="21" author="ehren">
<dropTable tableName="messages"/>
</changeSet>
</databaseChangeLog>