From e4d33b7d13930dd29d1b83ca86f77230d1632bd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=96=AF=E7=8B=82=E7=9A=84=E7=8B=AE=E5=AD=90li?= <15040126243@163.com> Date: Fri, 14 Oct 2022 14:58:32 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E4=BF=AE=E5=A4=8D=20=E8=A1=A5=E5=85=A8?= =?UTF-8?q?=E5=A2=9E=E9=87=8Fsql=E8=84=9A=E6=9C=AC=E7=BC=BA=E5=A4=B1?= =?UTF-8?q?=E7=9A=84=E7=AC=A6=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/sql/update/oracle/update-4.2-4.3.sql | 2 +- script/sql/update/postgres/update-4.2-4.3.sql | 2 +- script/sql/update/update-4.2-4.3.sql | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/script/sql/update/oracle/update-4.2-4.3.sql b/script/sql/update/oracle/update-4.2-4.3.sql index 23dbb7e9c..ec19d2589 100644 --- a/script/sql/update/oracle/update-4.2-4.3.sql +++ b/script/sql/update/oracle/update-4.2-4.3.sql @@ -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, ''); diff --git a/script/sql/update/postgres/update-4.2-4.3.sql b/script/sql/update/postgres/update-4.2-4.3.sql index 582c2ab5e..9479f3ffe 100644 --- a/script/sql/update/postgres/update-4.2-4.3.sql +++ b/script/sql/update/postgres/update-4.2-4.3.sql @@ -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, ''); diff --git a/script/sql/update/update-4.2-4.3.sql b/script/sql/update/update-4.2-4.3.sql index c889e4c10..900657d1f 100644 --- a/script/sql/update/update-4.2-4.3.sql +++ b/script/sql/update/update-4.2-4.3.sql @@ -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, '');