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

@@ -71,6 +71,7 @@ CREATE TABLE IF NOT EXISTS api_keys (
allowed_models TEXT,
allowed_providers TEXT,
allowed_api_formats TEXT,
allowed_ips TEXT,
rate_limit INTEGER DEFAULT 100,
concurrent_limit INTEGER,
force_capabilities TEXT,