fix postgres compatibility

This commit is contained in:
Hubert Chathi 2019-08-14 22:56:07 -07:00
parent a1b0cbc262
commit b0fd375e83

View file

@ -14,4 +14,4 @@
*/
-- 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;