mirror of
https://github.com/openai/codex.git
synced 2026-04-29 17:06:51 +00:00
app-server: Add transport for remote control (#15951)
This commit is contained in:
committed by
GitHub
parent
03c07956cf
commit
73dab2046f
@@ -0,0 +1,10 @@
|
||||
CREATE TABLE remote_control_enrollments (
|
||||
websocket_url TEXT NOT NULL,
|
||||
account_id TEXT NOT NULL,
|
||||
app_server_client_name 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, app_server_client_name)
|
||||
);
|
||||
Reference in New Issue
Block a user