synapse/changelog.d/4680.bugfix
Eric 8184ae8a09 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>
2019-02-20 23:18:00 +01:00

4 lines
124 B
Plaintext

Fix an issue in the database migration script where the
`e2e_room_keys.is_verified` column wasn't considered as
a boolean