summary refs log tree commit diff
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
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
-rw-r--r--changelog.d/6247.bugfix1
-rwxr-xr-xscripts/synapse_port_db1
2 files changed, 2 insertions, 0 deletions
diff --git a/changelog.d/6247.bugfix b/changelog.d/6247.bugfix
new file mode 100644

index 0000000000..3122ba0bde --- /dev/null +++ b/changelog.d/6247.bugfix
@@ -0,0 +1 @@ +Update list of boolean columns in `synapse_port_db`. 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"],