diff options
author | Luke Barnard <lukeb@openmarket.com> | 2017-10-26 17:24:54 +0100 |
---|---|---|
committer | Luke Barnard <lukeb@openmarket.com> | 2017-10-26 17:24:54 +0100 |
commit | e86cefcb6f594bf66bde577899e996b5c75fc63f (patch) | |
tree | 08e4fa9100cdfb7dc8c194f88ba408e365be7e08 | |
parent | Bump schema version to 46 (diff) | |
download | synapse-e86cefcb6f594bf66bde577899e996b5c75fc63f.tar.xz |
Add groups table to BOOLEAN_COLUMNS in synapse_port_db
-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 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"], } |