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

@@ -76,6 +76,7 @@ CREATE TABLE IF NOT EXISTS public.api_keys (
allowed_models jsonb,
allowed_providers jsonb,
allowed_api_formats jsonb,
allowed_ips jsonb,
rate_limit integer DEFAULT 100,
concurrent_limit integer,
force_capabilities jsonb,