diff options
author | Erik Johnston <erikj@jki.re> | 2017-02-27 18:11:13 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-27 18:11:13 +0000 |
commit | 8eec652de54d39894b799b302820bd5df7555fb9 (patch) | |
tree | 9ea6e6789db4e7878b8a2db30aa907b714c5aafb | |
parent | Merge pull request #1954 from matrix-org/erikj/cache_device2 (diff) | |
parent | Fix typo (diff) | |
download | synapse-8eec652de54d39894b799b302820bd5df7555fb9.tar.xz |
Merge pull request #1904 from Pneumaticat/patch-1
Fix synapse_port_db failure (fixes #1902)
-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 2cb2eab68b..ea367a1281 100755 --- a/scripts/synapse_port_db +++ b/scripts/synapse_port_db @@ -40,6 +40,7 @@ BOOLEAN_COLUMNS = { "presence_list": ["accepted"], "presence_stream": ["currently_active"], "public_room_list_stream": ["visibility"], + "device_lists_outbound_pokes": ["sent"], } |