diff --git a/build/usr/local/omc/static/agt.d/db/customized.sql b/build/usr/local/omc/static/agt.d/db/customized.sql index ee490c7..de14a74 100644 --- a/build/usr/local/omc/static/agt.d/db/customized.sql +++ b/build/usr/local/omc/static/agt.d/db/customized.sql @@ -1,3 +1,55 @@ +REPLACE + INTO `omc_db`.`sys_config` ( + `config_id`, + `config_name`, + `config_key`, + `config_value`, + `config_type`, + `create_by`, + `create_time`, + `update_by`, + `update_time`, + `remark` + ) +VALUES ( + 106, + 'config.sys.title', + 'sys.title', + 'config.sys.titleValue', + 'Y', + 'supervisor', + 1698110000000, + NULL, + 0, + 'config.sys.titleRemark' + ); + +REPLACE + INTO `omc_db`.`sys_config` ( + `config_id`, + `config_name`, + `config_key`, + `config_value`, + `config_type`, + `create_by`, + `create_time`, + `update_by`, + `update_time`, + `remark` + ) +VALUES ( + 107, + 'config.sys.copyright', + 'sys.copyright', + 'config.sys.copyrightValue', + 'Y', + 'supervisor', + 1698110000000, + NULL, + 0, + 'config.sys.copyrightRemark' + ); + REPLACE INTO `omc_db`.`sys_config` ( `config_id`, diff --git a/build/usr/local/omc/static/ba.d/db/customized.sql b/build/usr/local/omc/static/ba.d/db/customized.sql index a83b1a3..4b61207 100644 --- a/build/usr/local/omc/static/ba.d/db/customized.sql +++ b/build/usr/local/omc/static/ba.d/db/customized.sql @@ -1,3 +1,29 @@ +REPLACE + INTO `omc_db`.`sys_config` ( + `config_id`, + `config_name`, + `config_key`, + `config_value`, + `config_type`, + `create_by`, + `create_time`, + `update_by`, + `update_time`, + `remark` + ) +VALUES ( + 106, + 'config.sys.title', + 'sys.title', + 'config.sys.titleValue', + 'Y', + 'supervisor', + 1698110000000, + NULL, + 0, + 'config.sys.titleRemark' + ); + REPLACE INTO `omc_db`.`sys_config` ( `config_id`,