fix: 2.2401.3 database update

This commit is contained in:
2024-01-18 15:02:11 +08:00
parent d10895de11
commit 3bb4bd31ce
4 changed files with 13 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
config_id,config_name,config_key,config_value,config_type,create_by,create_time,update_by,update_time,remark
1,config.sys.user.initPassword,sys.user.initPassword,Abcd@1234..,Y,supervisor,1.70E+12,,0,config.sys.user.initPasswordRemark
2,config.sys.account.captchaEnabled,sys.account.captchaEnabled,FALSE,Y,supervisor,1.70E+12,,0,config.sys.account.captchaEnabledRemark
3,config.sys.account.registerUser,sys.account.registerUser,FALSE,Y,supervisor,1.70E+12,,0,config.sys.account.registerUserRemark
2,config.sys.account.captchaEnabled,sys.account.captchaEnabled,false,Y,supervisor,1.70E+12,,0,config.sys.account.captchaEnabledRemark
3,config.sys.account.registerUser,sys.account.registerUser,false,Y,supervisor,1.70E+12,,0,config.sys.account.registerUserRemark
4,config.sys.user.maxRetryCount,sys.user.maxRetryCount,5,Y,supervisor,1.70E+12,,0,config.sys.user.maxRetryCountRemark
5,config.sys.user.lockTime,sys.user.lockTime,10,Y,supervisor,1.70E+12,,0,config.sys.user.lockTimeRemark
6,config.sys.officialUrl,sys.officialUrl,#,Y,supervisor,1.70E+12,,0,config.sys.officialUrlRemark
@@ -14,5 +14,5 @@ config_id,config_name,config_key,config_value,config_type,create_by,create_time,
105,config.sys.loginBackground,sys.loginBackground,#,Y,supervisor,1.70E+12,,0,config.sys.loginBackgroundRemark
106,config.sys.title,sys.title,config.sys.titleValue,Y,supervisor,1.70E+12,,0,config.sys.titleRemark
107,config.sys.copyright,sys.copyright,config.sys.copyrightValue,Y,supervisor,1.70E+12,,0,config.sys.copyrightRemark
108,config.sys.i18nOpen,sys.i18n.open,TRUE,Y,supervisor,1.70E+12,,0,config.sys.i18nOpenRemark
108,config.sys.i18nOpen,sys.i18n.open,true,Y,supervisor,1.70E+12,,0,config.sys.i18nOpenRemark
109,config.sys.i18nDefault,sys.i18n.default,en_US,Y,supervisor,1.70E+12,,0,config.sys.i18nDefaultRemark
1 config_id config_name config_key config_value config_type create_by create_time update_by update_time remark
2 1 config.sys.user.initPassword sys.user.initPassword Abcd@1234.. Y supervisor 1.70E+12 0 config.sys.user.initPasswordRemark
3 2 config.sys.account.captchaEnabled sys.account.captchaEnabled FALSE false Y supervisor 1.70E+12 0 config.sys.account.captchaEnabledRemark
4 3 config.sys.account.registerUser sys.account.registerUser FALSE false Y supervisor 1.70E+12 0 config.sys.account.registerUserRemark
5 4 config.sys.user.maxRetryCount sys.user.maxRetryCount 5 Y supervisor 1.70E+12 0 config.sys.user.maxRetryCountRemark
6 5 config.sys.user.lockTime sys.user.lockTime 10 Y supervisor 1.70E+12 0 config.sys.user.lockTimeRemark
7 6 config.sys.officialUrl sys.officialUrl # Y supervisor 1.70E+12 0 config.sys.officialUrlRemark
14 105 config.sys.loginBackground sys.loginBackground # Y supervisor 1.70E+12 0 config.sys.loginBackgroundRemark
15 106 config.sys.title sys.title config.sys.titleValue Y supervisor 1.70E+12 0 config.sys.titleRemark
16 107 config.sys.copyright sys.copyright config.sys.copyrightValue Y supervisor 1.70E+12 0 config.sys.copyrightRemark
17 108 config.sys.i18nOpen sys.i18n.open TRUE true Y supervisor 1.70E+12 0 config.sys.i18nOpenRemark
18 109 config.sys.i18nDefault sys.i18n.default en_US Y supervisor 1.70E+12 0 config.sys.i18nDefaultRemark