From dfea16c08af953efc3513715e13ad31591b5d4da Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Tue, 12 Jan 2021 17:18:13 +0000 Subject: [PATCH] Fix port script for auth chain index --- scripts/synapse_port_db | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/synapse_port_db b/scripts/synapse_port_db index 22dd169bfb78..69bf9110a6d3 100755 --- a/scripts/synapse_port_db +++ b/scripts/synapse_port_db @@ -70,7 +70,7 @@ logger = logging.getLogger("synapse_port_db") BOOLEAN_COLUMNS = { "events": ["processed", "outlier", "contains_url"], - "rooms": ["is_public"], + "rooms": ["is_public", "has_auth_chain_index"], "event_edges": ["is_state"], "presence_list": ["accepted"], "presence_stream": ["currently_active"],