mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-24 01:28:07 +01:00
Add support for server-side feature flags
This commit is contained in:
@@ -324,4 +324,14 @@
|
||||
</addColumn>
|
||||
</changeSet>
|
||||
|
||||
<changeSet id="19" author="jon">
|
||||
<createTable tableName="feature_flags">
|
||||
<column name="flag" type="text">
|
||||
<constraints primaryKey="true" nullable="false"/>
|
||||
</column>
|
||||
|
||||
<column name="active" type="boolean"/>
|
||||
</createTable>
|
||||
</changeSet>
|
||||
|
||||
</databaseChangeLog>
|
||||
|
||||
Reference in New Issue
Block a user