疯狂的狮子li
2022-10-14 e4d33b7d13930dd29d1b83ca86f77230d1632bd1
fix 修复 补全增量sql脚本缺失的符号
已修改3个文件
6 ■■■■ 文件已修改
script/sql/update/oracle/update-4.2-4.3.sql 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
script/sql/update/postgres/update-4.2-4.3.sql 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
script/sql/update/update-4.2-4.3.sql 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
script/sql/update/oracle/update-4.2-4.3.sql
@@ -2,7 +2,7 @@
delete from sys_menu WHERE menu_id = 116;
update sys_config set config_key = 'sys.account.captchaEnabled' where config_id = 4
update sys_config set config_key = 'sys.account.captchaEnabled' where config_id = 4;
insert into sys_menu values('1050', '账户解锁', '501', '4', '#', '', '', 1, 0, 'F', '0', '0', 'monitor:logininfor:unlock',  '#', 'admin', sysdate, '', null, '');
script/sql/update/postgres/update-4.2-4.3.sql
@@ -2,7 +2,7 @@
delete from sys_menu WHERE menu_id = 116;
update sys_config set config_key = 'sys.account.captchaEnabled' where config_id = 4
update sys_config set config_key = 'sys.account.captchaEnabled' where config_id = 4;
insert into sys_menu values('1050', '账户解锁', '501', '4', '#', '', '', '1', '0', 'F', '0', '0', 'monitor:logininfor:unlock',  '#', 'admin', now(), '', null, '');
script/sql/update/update-4.2-4.3.sql
@@ -2,7 +2,7 @@
delete from sys_menu WHERE menu_id = 116;
update sys_config set config_key = 'sys.account.captchaEnabled' where config_id = 4
update sys_config set config_key = 'sys.account.captchaEnabled' where config_id = 4;
insert into sys_menu values('1050', '账户解锁', '501', '4', '#', '', '', 1, 0, 'F', '0', '0', 'monitor:logininfor:unlock',  '#', 'admin', sysdate(), '', null, '');