diff options
author | Erik Johnston <erik@matrix.org> | 2021-01-14 15:18:27 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-14 15:18:27 +0000 |
commit | 7036e24e98fc21855c34876d7024015470721bbe (patch) | |
tree | 983414be069d0221ffab4b508cb5733cd28d3ab1 /scripts | |
parent | Split OidcProvider out of OidcHandler (#9107) (diff) | |
download | synapse-7036e24e98fc21855c34876d7024015470721bbe.tar.xz |
Add background update for add chain cover index (#9029)
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/synapse_port_db | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/synapse_port_db b/scripts/synapse_port_db index 22dd169bfb..69bf9110a6 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"], |