mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-23 07:48:03 +01:00
Add hashKey to RemoteConfig
This allows the percentages for different entries in remote config to be aligned so one remote config can be a subset of another.
This commit is contained in:
@@ -318,4 +318,10 @@
|
||||
</addColumn>
|
||||
</changeSet>
|
||||
|
||||
<changeSet id="18" author="ehren">
|
||||
<addColumn tableName="remote_config">
|
||||
<column name="hash_key" type="text"/>
|
||||
</addColumn>
|
||||
</changeSet>
|
||||
|
||||
</databaseChangeLog>
|
||||
|
||||
Reference in New Issue
Block a user