mirror of
https://gitee.com/wanwujie/sub2api
synced 2026-05-04 21:20:51 +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;
|