This commit is contained in:
Ruslan Nigmatullin
2026-03-27 23:18:04 -07:00
parent 0f1f511e3c
commit e716db62b1
8 changed files with 333 additions and 87 deletions

View File

@@ -2,6 +2,7 @@ CREATE TABLE remote_control_enrollments (
websocket_url TEXT NOT NULL,
account_id TEXT NOT NULL,
server_id TEXT NOT NULL,
environment_id TEXT NOT NULL,
server_name TEXT NOT NULL,
updated_at INTEGER NOT NULL,
PRIMARY KEY (websocket_url, account_id)