Merge pull request #9788 from dataease/pr@dev-v2@perf_authentication_config

perf(X-Pack): 第三方认证平台配置
This commit is contained in:
fit2cloud-chenyw 2024-05-23 10:19:38 +08:00 committed by GitHub
commit 16aa2d39e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@ INSERT INTO `core_sys_startup_job`
VALUES ('chartFilterMerge', 'chartFilterMerge', 'ready');
COMMIT;
TRUNCATE TABLE `xpack_setting_authentication`;
ALTER TABLE `xpack_setting_authentication`
ADD COLUMN `plugin_json` longtext NULL COMMENT '插件配置' AFTER `relational_ids`;
ALTER TABLE `xpack_setting_authentication`