summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
authorLuke Barnard <lukebarnard1@users.noreply.github.com>2017-10-27 11:41:13 +0100
committerGitHub <noreply@github.com>2017-10-27 11:41:13 +0100
commitd8c26162a109ba6c87adf2e8882be681632fde96 (patch)
tree7bb26e561ad21ece8278bb96c13a9a90fe51016e /scripts
parentMerge pull request #2586 from matrix-org/rav/frontend_proxy_auth_header (diff)
parentRequest is_public from database (diff)
downloadsynapse-d8c26162a109ba6c87adf2e8882be681632fde96.tar.xz
Merge pull request #2582 from matrix-org/luke/group-is-public
Add is_public to groups table to allow for private groups
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 a7a50e4d36..d6d8ee50cb 100755
--- a/scripts/synapse_port_db
+++ b/scripts/synapse_port_db
@@ -42,6 +42,7 @@ BOOLEAN_COLUMNS = {
     "public_room_list_stream": ["visibility"],
     "device_lists_outbound_pokes": ["sent"],
     "users_who_share_rooms": ["share_private"],
+    "groups": ["is_public"],
 }