This commit is contained in:
spaced4ndy
2026-05-29 17:09:16 +04:00
parent b7ec5e616b
commit 63ff797112
@@ -964,7 +964,13 @@ CREATE TABLE test_chat_schema.groups (
relay_request_retries bigint DEFAULT 0 NOT NULL,
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
relay_inactive_at timestamp with time zone,
roster_version integer,
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
);