From 218542c522e90e922b26989b74746ff3b28d715c Mon Sep 17 00:00:00 2001 From: spaced4ndy <8711996+spaced4ndy@users.noreply.github.com> Date: Tue, 16 Jun 2026 11:06:37 +0400 Subject: [PATCH] schema --- src/Simplex/Chat/Store/Postgres/Migrations/chat_schema.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Simplex/Chat/Store/Postgres/Migrations/chat_schema.sql b/src/Simplex/Chat/Store/Postgres/Migrations/chat_schema.sql index 0126d37228..400dadf09f 100644 --- a/src/Simplex/Chat/Store/Postgres/Migrations/chat_schema.sql +++ b/src/Simplex/Chat/Store/Postgres/Migrations/chat_schema.sql @@ -972,14 +972,14 @@ CREATE TABLE test_chat_schema.groups ( relay_request_delay bigint DEFAULT 0 NOT NULL, relay_request_execute_at timestamp with time zone DEFAULT '1970-01-01 04:00:00+04'::timestamp with time zone NOT NULL, relay_inactive_at timestamp with time zone, - roster_version integer, + roster_version bigint, roster_msg_body bytea, roster_msg_chat_binding text, roster_msg_signatures bytea, roster_sending_owner_gm_id bigint, roster_broker_ts timestamp with time zone, roster_blob bytea, - roster_pending_version integer, + roster_pending_version bigint, roster_pending_digest bytea, roster_pending_msg_body bytea, roster_pending_msg_chat_binding text,