fix: update schema baselines, logical schema, and snapshot cutoff for icon_url

This commit is contained in:
dalamudx
2026-05-17 21:52:36 +08:00
parent cf2c74e8e8
commit e1a73be2e1
7 changed files with 14 additions and 1 deletions

View File

@@ -415,6 +415,7 @@ CREATE TABLE IF NOT EXISTS public.oauth_providers (
frontend_callback_url character varying(500) NOT NULL,
attribute_mapping json,
extra_config json,
icon_url character varying(500),
is_enabled boolean DEFAULT false NOT NULL,
created_at timestamp with time zone DEFAULT CURRENT_TIMESTAMP NOT NULL,
updated_at timestamp with time zone DEFAULT CURRENT_TIMESTAMP NOT NULL