feat(sync): full code sync from release
This commit is contained in:
2
backend/migrations/060_add_usage_log_openai_ws_mode.sql
Normal file
2
backend/migrations/060_add_usage_log_openai_ws_mode.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
-- 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;
|
||||
Reference in New Issue
Block a user