PostgreSQL doesn't like INTEGER UNSIGNED

This commit is contained in:
Hubert Chathi 2019-11-06 21:40:15 -05:00
parent 8721067448
commit a02574682b

View file

@ -14,4 +14,4 @@
*/
-- store the current etag of backup version
ALTER TABLE e2e_room_keys_versions ADD COLUMN etag INTEGER UNSIGNED;
ALTER TABLE e2e_room_keys_versions ADD COLUMN etag BIGINT UNSIGNED;