mirror of
https://github.com/openai/codex.git
synced 2026-05-02 12:21:26 +03:00
app-server: Add transport for remote control
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
CREATE TABLE remote_control_enrollments (
|
||||
websocket_url TEXT NOT NULL,
|
||||
account_id TEXT NOT NULL,
|
||||
server_id TEXT NOT NULL,
|
||||
server_name TEXT NOT NULL,
|
||||
updated_at INTEGER NOT NULL,
|
||||
PRIMARY KEY (websocket_url, account_id)
|
||||
);
|
||||
Reference in New Issue
Block a user