mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-21 23:58:00 +01:00
Allow remote config to send non-boolean values
This version of remote config allows non-boolean values to be returned to clients but unfortunately limits the configuration to only one value or another. There is no way to configure more than two values for the same key with this setup.
This commit is contained in:
@@ -310,5 +310,12 @@
|
||||
<changeSet id="16" author="moxie">
|
||||
<dropColumn tableName="keys" columnName="deleted"/>
|
||||
</changeSet>
|
||||
|
||||
<changeSet id="17" author="ehren">
|
||||
<addColumn tableName="remote_config">
|
||||
<column name="default_value" type="text"/>
|
||||
<column name="value" type="text"/>
|
||||
</addColumn>
|
||||
</changeSet>
|
||||
|
||||
</databaseChangeLog>
|
||||
|
||||
Reference in New Issue
Block a user