mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-21 03:42:55 +03:00
drop unsigned
because it looks like PostgreSQL wants the data type to be one word
This commit is contained in:
parent
a02574682b
commit
3991e7891a
1 changed files with 1 additions and 1 deletions
|
@ -14,4 +14,4 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
-- store the current etag of backup version
|
-- 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;
|
||||||
|
|
Loading…
Reference in a new issue