forked from github/dataease
Merge pull request #9788 from dataease/pr@dev-v2@perf_authentication_config
perf(X-Pack): 第三方认证平台配置
This commit is contained in:
commit
16aa2d39e8
@ -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`
|
||||
|
Loading…
Reference in New Issue
Block a user