diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2019-10-24 12:38:48 +0100 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2019-10-24 12:38:48 +0100 |
commit | 2891693da608f72fab0d5b68fb8c6bdca586b431 (patch) | |
tree | 2a6bfad67ab65b331d75d139d7fc548eb1542358 /scripts | |
parent | Option to suppress resource exceeded alerting (#6173) (diff) | |
download | synapse-2891693da608f72fab0d5b68fb8c6bdca586b431.tar.xz |
Add new boolean column to synapse_port_db
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/synapse_port_db | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/synapse_port_db b/scripts/synapse_port_db index 33f0bef0f2..f2b1c106da 100755 --- a/scripts/synapse_port_db +++ b/scripts/synapse_port_db @@ -66,6 +66,7 @@ BOOLEAN_COLUMNS = { "presence_list": ["accepted"], "presence_stream": ["currently_active"], "public_room_list_stream": ["visibility"], + "devices": ["hidden"], "device_lists_outbound_pokes": ["sent"], "users_who_share_rooms": ["share_private"], "groups": ["is_public"], |