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

@@ -38,6 +38,7 @@ CREATE TABLE IF NOT EXISTS public.oauth_providers (
frontend_callback_url character varying(500) NOT NULL,
attribute_mapping jsonb,
extra_config jsonb,
icon_url character varying(500),
is_enabled boolean DEFAULT false NOT NULL,
created_at bigint NOT NULL,
updated_at bigint NOT NULL