diff options
author | Matthew <matthew@matrix.org> | 2017-06-16 20:51:19 +0100 |
---|---|---|
committer | Matthew <matthew@matrix.org> | 2017-06-16 20:51:19 +0100 |
commit | 3fafb7b1893075f6a8ffabb191192395bb367710 (patch) | |
tree | 8bda2816c935c52322a1eb9da09a446ab43624c6 /scripts | |
parent | fix synapse_port script (diff) | |
download | synapse-3fafb7b1893075f6a8ffabb191192395bb367710.tar.xz |
add missing boolean 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 6782b663e6..7d158a46a4 100755 --- a/scripts/synapse_port_db +++ b/scripts/synapse_port_db @@ -41,6 +41,7 @@ BOOLEAN_COLUMNS = { "presence_stream": ["currently_active"], "public_room_list_stream": ["visibility"], "device_lists_outbound_pokes": ["sent"], + "users_who_share_rooms": ["share_private"], } |