diff options
author | Bart Noordervliet <bart@mmvi.nl> | 2019-10-18 11:13:59 +0200 |
---|---|---|
committer | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-10-18 11:13:59 +0200 |
commit | dc4bec885df275d2973f500c1488baa6d9e25197 (patch) | |
tree | 0dfdd44b56e4a49a40391c5e516bee0c35ef7ffe /changelog.d | |
parent | Fix presence timeouts when synchrotron restarts. (#6212) (diff) | |
download | synapse-dc4bec885df275d2973f500c1488baa6d9e25197.tar.xz |
Add missing BOOLEAN_COLUMNs to synapse_port_db (#6216)
Small fix to synapse_port_db to be able to convert from database schema v56.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6216.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6216.bugfix b/changelog.d/6216.bugfix new file mode 100644 index 0000000000..5784e82d18 --- /dev/null +++ b/changelog.d/6216.bugfix @@ -0,0 +1 @@ +synapse_port_db: Add 2 additional BOOLEAN_COLUMNS to be able to convert from database schema v56. |