summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--changelog.d/5325.bugfix2
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.d/5325.bugfix b/changelog.d/5325.bugfix
index 6914398bcc..b9413388f5 100644
--- a/changelog.d/5325.bugfix
+++ b/changelog.d/5325.bugfix
@@ -1 +1 @@
-Add account_validity's email_sent column to the list of boolean columns in synapse_port_db.
+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.