mirror of
https://gitee.com/wanwujie/sub2api
synced 2026-05-04 21:20:51 +08:00
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
4 lines
257 B
SQL
4 lines
257 B
SQL
-- Add requested_model field to usage_logs for normalized request/upstream model tracking.
|
|
-- NULL means historical rows written before requested_model dual-write was introduced.
|
|
ALTER TABLE usage_logs ADD COLUMN IF NOT EXISTS requested_model VARCHAR(100);
|