perf(X-Pack): 第三方认证平台配置

This commit is contained in:
fit2cloud-chenyw 2024-05-23 10:18:48 +08:00
parent 2ebd61cc65
commit 11e5acb8a0

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`