Regenerate API key schema baselines

This commit is contained in:
RWDai
2026-05-19 10:24:47 +08:00
parent 6a104d5736
commit 02f09c2056
3 changed files with 3 additions and 0 deletions

View File

@@ -73,6 +73,7 @@ CREATE TABLE IF NOT EXISTS api_keys (
`allowed_models` JSON,
`allowed_providers` JSON,
`allowed_api_formats` JSON,
`allowed_ips` JSON,
`rate_limit` INT DEFAULT 100,
`concurrent_limit` INT,
`force_capabilities` JSON,