mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-06-05 18:53:27 +00:00
Merge branch 'master' into chat-relays
This commit is contained in:
@@ -173,7 +173,7 @@ CREATE TABLE test_chat_schema.calls (
|
||||
contact_id bigint NOT NULL,
|
||||
shared_call_id bytea NOT NULL,
|
||||
chat_item_id bigint NOT NULL,
|
||||
call_state bytea NOT NULL,
|
||||
call_state text NOT NULL,
|
||||
call_ts timestamp with time zone NOT NULL,
|
||||
user_id bigint NOT NULL,
|
||||
created_at timestamp with time zone DEFAULT now() NOT NULL,
|
||||
|
||||
Reference in New Issue
Block a user