summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2019-10-24 17:07:34 +0100
committerGitHub <noreply@github.com>2019-10-24 17:07:34 +0100
commit0ef0b09d68f3842d20aa65ebbecd93843315cdda (patch)
treec133fcf4475a98279978eda855755a98aee83d25 /scripts
parentFix up changelog (diff)
parentChangelog (diff)
downloadsynapse-0ef0b09d68f3842d20aa65ebbecd93843315cdda.tar.xz
Merge pull request #6247 from matrix-org/babolivier/port_db_column
Add new boolean column to synapse_port_db
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/synapse_port_db1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/synapse_port_db b/scripts/synapse_port_db

index 26a6013694..54faed1e83 100755 --- a/scripts/synapse_port_db +++ b/scripts/synapse_port_db
@@ -68,6 +68,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"],