mirror of
https://github.com/Wei-Shaw/sub2api.git
synced 2026-03-30 08:40:45 +00:00
3 lines
179 B
SQL
3 lines
179 B
SQL
-- Add openai_ws_mode flag to usage_logs to persist exact OpenAI WS transport type.
|
|
ALTER TABLE usage_logs ADD COLUMN IF NOT EXISTS openai_ws_mode BOOLEAN NOT NULL DEFAULT FALSE;
|