summary refs log tree commit diff
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2019-06-05 14:00:18 +0100
committerGitHub <noreply@github.com>2019-06-05 14:00:18 +0100
commita4cf2c1184f137bc52c2b12ef32876a1cb10801f (patch)
tree3deb0d7e32fd2dd9bf9d02c340d2711f1a3a69e1
parentMerge branch 'develop' into babolivier/port_db_account_validity (diff)
downloadsynapse-a4cf2c1184f137bc52c2b12ef32876a1cb10801f.tar.xz
Rewrite changelog
-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.