Skip to content
Snippets Groups Projects
Commit dc4bec88 authored by Bart Noordervliet's avatar Bart Noordervliet Committed by Richard van der Hoff
Browse files

Add missing BOOLEAN_COLUMNs to synapse_port_db (#6216)

Small fix to synapse_port_db to be able to convert from database schema v56.
parent 5859a5c5
No related branches found
No related tags found
No related merge requests found
synapse_port_db: Add 2 additional BOOLEAN_COLUMNS to be able to convert from database schema v56.
......@@ -55,6 +55,8 @@ BOOLEAN_COLUMNS = {
"local_group_membership": ["is_publicised", "is_admin"],
"e2e_room_keys": ["is_verified"],
"account_validity": ["email_sent"],
"redactions": ["have_censored"],
"room_stats_state": ["is_federatable"],
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment