mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-22 04:34:28 +03:00
fix postgres compatibility
This commit is contained in:
parent
a1b0cbc262
commit
b0fd375e83
1 changed files with 1 additions and 1 deletions
|
@ -14,4 +14,4 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
-- store the current hash of backup version
|
-- store the current hash of backup version
|
||||||
ALTER TABLE e2e_room_keys_versions ADD COLUMN hash TEXT NULLABLE;
|
ALTER TABLE e2e_room_keys_versions ADD COLUMN hash TEXT;
|
||||||
|
|
Loading…
Reference in a new issue