mirror of
https://gitee.com/wanwujie/sub2api
synced 2026-04-12 02:54:44 +08:00
3 lines
179 B
MySQL
3 lines
179 B
MySQL
|
|
-- 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;
|