Drop the feature flags table.

This commit is contained in:
Jon Chambers 2021-02-12 11:53:28 -05:00 committed by Jon Chambers
parent ff448950ed
commit 4fb7afcf7b
1 changed files with 4 additions and 0 deletions

View File

@ -355,4 +355,8 @@
<dropTable tableName="messages"/>
</changeSet>
<changeSet id="22" author="jon">
<dropTable tableName="feature_flags" />
</changeSet>
</databaseChangeLog>