drop unsigned

because it looks like PostgreSQL wants the data type to be one word
This commit is contained in:
Hubert Chathi 2019-11-06 22:05:16 -05:00
parent a02574682b
commit 3991e7891a

View file

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