Drop the feature flags table.
This commit is contained in:
parent
ff448950ed
commit
4fb7afcf7b
|
@ -355,4 +355,8 @@
|
|||
<dropTable tableName="messages"/>
|
||||
</changeSet>
|
||||
|
||||
<changeSet id="22" author="jon">
|
||||
<dropTable tableName="feature_flags" />
|
||||
</changeSet>
|
||||
|
||||
</databaseChangeLog>
|
||||
|
|
Loading…
Reference in New Issue