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:
parent
98f9bc3fc1
commit
0971613ac0
|
@ -351,4 +351,8 @@
|
|||
</addColumn>
|
||||
</changeSet>
|
||||
|
||||
<changeSet id="21" author="ehren">
|
||||
<dropTable tableName="messages"/>
|
||||
</changeSet>
|
||||
|
||||
</databaseChangeLog>
|
||||
|
|
Loading…
Reference in New Issue