diff options
author | Eric <eric@pedr0.net> | 2019-02-20 23:11:21 +0100 |
---|---|---|
committer | Eric <eric@pedr0.net> | 2019-02-20 23:18:00 +0100 |
commit | 8184ae8a09426e2f0698822eafbb2bd114b9d8a5 (patch) | |
tree | 4485520fcdc7454fb3d7e4b3beca2c7ef4a15867 /changelog.d | |
parent | Merge pull request #4694 from matrix-org/erikj/fix_sentry_config_format (diff) | |
download | synapse-8184ae8a09426e2f0698822eafbb2bd114b9d8a5.tar.xz |
Consider e2e_room_keys.is_verified column as boolean
This column was considered as an int, crashing the whole migration process Signed-off-by: Eric <eric@pedr0.net>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/4680.bugfix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changelog.d/4680.bugfix b/changelog.d/4680.bugfix new file mode 100644 index 0000000000..4aad8ecde3 --- /dev/null +++ b/changelog.d/4680.bugfix @@ -0,0 +1,3 @@ +Fix an issue in the database migration script where the +`e2e_room_keys.is_verified` column wasn't considered as +a boolean |