fix 修复 补全增量sql脚本缺失的符号
This commit is contained in:
parent
f7de561ac5
commit
e4d33b7d13
@ -2,7 +2,7 @@ insert into sys_menu values('112', '缓存列表', '2', '6', 'cacheList', 'm
|
||||
|
||||
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, '');
|
||||
|
||||
|
@ -2,7 +2,7 @@ insert into sys_menu values('112', '缓存列表', '2', '6', 'cacheList', 'm
|
||||
|
||||
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, '');
|
||||
|
||||
|
@ -2,7 +2,7 @@ insert into sys_menu values('112', '缓存列表', '2', '6', 'cacheList', 'm
|
||||
|
||||
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, '');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user