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

@@ -137,6 +137,12 @@ name = "extra_config"
type = "json"
nullable = true
[[table.oauth_providers.columns]]
name = "icon_url"
type = "text"
length = 500
nullable = true
[[table.oauth_providers.columns]]
name = "is_enabled"
type = "bool"