Skip to content
Snippets Groups Projects
Unverified Commit 9bccd5e4 authored by Erik Johnston's avatar Erik Johnston Committed by GitHub
Browse files

Merge pull request #4701 from fistons/fix-migration-script

Migration Script: consider e2e_room_keys.is_verified column as boolean
parents 82fca11f 8184ae8a
No related branches found
No related tags found
No related merge requests found
Fix an issue in the database migration script where the
`e2e_room_keys.is_verified` column wasn't considered as
a boolean
......@@ -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"],
}
......
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