Skip to content
Snippets Groups Projects
Unverified Commit 83827c49 authored by Brendan Abolivier's avatar Brendan Abolivier
Browse files

Add account_validity's email_sent column to the list of boolean columns in synapse_port_db

Fixes #5306
parent d828d1dc
No related merge requests found
......@@ -54,6 +54,7 @@ BOOLEAN_COLUMNS = {
"group_roles": ["is_public"],
"local_group_membership": ["is_publicised", "is_admin"],
"e2e_room_keys": ["is_verified"],
"account_validity": ["email_sent"],
}
......
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