fix: add icon_url to mysql generated baseline

This commit is contained in:
dalamudx
2026-05-17 22:00:28 +08:00
parent e1a73be2e1
commit b0fc6e68ef

View File

@@ -36,6 +36,7 @@ CREATE TABLE IF NOT EXISTS oauth_providers (
`frontend_callback_url` VARCHAR(500) NOT NULL, `frontend_callback_url` VARCHAR(500) NOT NULL,
`attribute_mapping` JSON, `attribute_mapping` JSON,
`extra_config` JSON, `extra_config` JSON,
`icon_url` VARCHAR(500),
`is_enabled` TINYINT(1) NOT NULL DEFAULT 0, `is_enabled` TINYINT(1) NOT NULL DEFAULT 0,
`created_at` BIGINT NOT NULL, `created_at` BIGINT NOT NULL,
`updated_at` BIGINT NOT NULL, `updated_at` BIGINT NOT NULL,