mirror of
https://github.com/element-hq/synapse.git
synced 2026-05-25 14:14:08 +00:00
Consider e2e_room_keys.is_verified column as boolean
This column was considered as an int, crashing the whole migration process Signed-off-by: Eric <eric@pedr0.net>
This commit is contained in:
@@ -53,6 +53,7 @@ BOOLEAN_COLUMNS = {
|
||||
"group_summary_users": ["is_public"],
|
||||
"group_roles": ["is_public"],
|
||||
"local_group_membership": ["is_publicised", "is_admin"],
|
||||
"e2e_room_keys": ["is_verified"],
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user