mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-05-01 01:27:18 +00:00
core (pq): integrate agent api, create e2ee info items (#3859)
This commit is contained in:
@@ -277,7 +277,9 @@ CREATE TABLE connections(
|
||||
peer_chat_max_version INTEGER NOT NULL DEFAULT 1,
|
||||
to_subscribe INTEGER DEFAULT 0 NOT NULL,
|
||||
contact_conn_initiated INTEGER NOT NULL DEFAULT 0,
|
||||
pq_enabled INTEGER,
|
||||
enable_pq INTEGER,
|
||||
pq_snd_enabled INTEGER,
|
||||
pq_rcv_enabled INTEGER,
|
||||
FOREIGN KEY(snd_file_id, connection_id)
|
||||
REFERENCES snd_files(file_id, connection_id)
|
||||
ON DELETE CASCADE
|
||||
|
||||
Reference in New Issue
Block a user