mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2024-12-17 17:20:21 +01:00
Rewrite remote controller
This commit is contained in:
@@ -20,7 +20,7 @@ CREATE TABLE remote_controllers ( -- controllers known to a hosting app
|
||||
remote_controller_id INTEGER PRIMARY KEY,
|
||||
display_name TEXT NOT NULL,
|
||||
fingerprint BLOB NOT NULL,
|
||||
accepted INTEGER
|
||||
accepted INTEGER -- unknown/rejected/confirmed
|
||||
);
|
||||
|]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user