chore: commit pending gateway changes
This commit is contained in:
@@ -7,6 +7,8 @@ CREATE TABLE IF NOT EXISTS model_catalog_providers (
|
||||
display_name text NOT NULL,
|
||||
provider_type text NOT NULL DEFAULT 'openai',
|
||||
icon_path text,
|
||||
default_base_url text,
|
||||
default_auth_type text NOT NULL DEFAULT 'APIKey',
|
||||
source text NOT NULL DEFAULT 'gateway',
|
||||
capability_schema jsonb NOT NULL DEFAULT '{}'::jsonb,
|
||||
default_rate_limit_policy jsonb NOT NULL DEFAULT '{}'::jsonb,
|
||||
@@ -272,6 +274,7 @@ CREATE TABLE IF NOT EXISTS gateway_api_keys (
|
||||
tenant_key text,
|
||||
user_id text,
|
||||
key_prefix text NOT NULL,
|
||||
key_secret text,
|
||||
key_hash text NOT NULL UNIQUE,
|
||||
name text NOT NULL,
|
||||
scopes jsonb NOT NULL DEFAULT '[]'::jsonb,
|
||||
|
||||
Reference in New Issue
Block a user