Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #5325 from matrix-org/babolivier/port_db_account_v…
Browse files Browse the repository at this point in the history
…alidity

Add account_validity's email_sent column to the list of boolean columns in synapse_port_db
  • Loading branch information
babolivier authored Jun 10, 2019
2 parents 26b6279 + a4cf2c1 commit 843dd71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.d/5325.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix a bug where running synapse_port_db would cause the account validity feature to fail because it didn't set the type of the email_sent column to boolean.
1 change: 1 addition & 0 deletions scripts/synapse_port_db
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
}


Expand Down

0 comments on commit 843dd71

Please sign in to comment.