From 549a599a5bc84c7f269ed248028cb145adf4e158 Mon Sep 17 00:00:00 2001 From: zhaojun <873019219@qq.com> Date: Sat, 27 May 2023 18:42:18 +0800 Subject: [PATCH] =?UTF-8?q?:sparkles:=20=E4=BF=AE=E6=94=B9=20"=E6=98=AF?= =?UTF-8?q?=E5=90=A6=E9=BB=98=E8=AE=A4=E8=AE=B0=E4=BD=8F=E5=AF=86=E7=A0=81?= =?UTF-8?q?"=20=E5=8A=9F=E8=83=BD=E5=80=BC=E4=B8=BA=20false?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../V22__system_config_add_field_default_save_pwd_field.sql | 2 +- .../V22__system_config_add_field_default_save_pwd_field.sql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/db/migration-mysql/V22__system_config_add_field_default_save_pwd_field.sql b/src/main/resources/db/migration-mysql/V22__system_config_add_field_default_save_pwd_field.sql index 00bcbfc..b5ff9ba 100644 --- a/src/main/resources/db/migration-mysql/V22__system_config_add_field_default_save_pwd_field.sql +++ b/src/main/resources/db/migration-mysql/V22__system_config_add_field_default_save_pwd_field.sql @@ -1 +1 @@ -INSERT INTO system_config (`name`, `title`, `value`) VALUES ('defaultSavePwd', '是否默认记住密码', 'true'); \ No newline at end of file +INSERT INTO system_config (`name`, `title`, `value`) VALUES ('defaultSavePwd', '是否默认记住密码', 'false'); \ No newline at end of file diff --git a/src/main/resources/db/migration-sqlite/V22__system_config_add_field_default_save_pwd_field.sql b/src/main/resources/db/migration-sqlite/V22__system_config_add_field_default_save_pwd_field.sql index 00bcbfc..b5ff9ba 100644 --- a/src/main/resources/db/migration-sqlite/V22__system_config_add_field_default_save_pwd_field.sql +++ b/src/main/resources/db/migration-sqlite/V22__system_config_add_field_default_save_pwd_field.sql @@ -1 +1 @@ -INSERT INTO system_config (`name`, `title`, `value`) VALUES ('defaultSavePwd', '是否默认记住密码', 'true'); \ No newline at end of file +INSERT INTO system_config (`name`, `title`, `value`) VALUES ('defaultSavePwd', '是否默认记住密码', 'false'); \ No newline at end of file