diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2019-06-05 14:00:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-05 14:00:18 +0100 |
commit | a4cf2c1184f137bc52c2b12ef32876a1cb10801f (patch) | |
tree | 3deb0d7e32fd2dd9bf9d02c340d2711f1a3a69e1 /changelog.d | |
parent | Merge branch 'develop' into babolivier/port_db_account_validity (diff) | |
download | synapse-a4cf2c1184f137bc52c2b12ef32876a1cb10801f.tar.xz |
Rewrite changelog
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5325.bugfix | 2 |
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. |