From 685cb81dbcfa76ae49b9dfbdc5c1e3e07ecb75b9 Mon Sep 17 00:00:00 2001 From: fengshuonan Date: Wed, 27 Sep 2023 17:00:54 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=908.0=E3=80=91=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E8=84=9A=E6=9C=AC=E7=B1=BB=E5=9E=8B=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mysql/V8.0.0_20230922_1025__update_type_problem.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel-s-system/system-spring-boot-starter/src/main/resources/db/migration/mysql/V8.0.0_20230922_1025__update_type_problem.sql b/kernel-s-system/system-spring-boot-starter/src/main/resources/db/migration/mysql/V8.0.0_20230922_1025__update_type_problem.sql index b98e47ad8..e244e1eaf 100644 --- a/kernel-s-system/system-spring-boot-starter/src/main/resources/db/migration/mysql/V8.0.0_20230922_1025__update_type_problem.sql +++ b/kernel-s-system/system-spring-boot-starter/src/main/resources/db/migration/mysql/V8.0.0_20230922_1025__update_type_problem.sql @@ -1,3 +1,3 @@ UPDATE `sys_config` SET `config_name` = 'sso会话校验,redis的密码', `config_code` = 'SYS_AUTH_SSO_SESSION_VALIDATE_REDIS_PASSWORD', `config_value` = '123456', `sys_flag` = 'Y', `remark` = NULL, `status_flag` = 1, `group_code` = 'ca_config', `del_flag` = 'N', `create_time` = NULL, `create_user` = NULL, `update_time` = NULL, `update_user` = NULL WHERE `config_id` = 1402549781675610230; -ALTER TABLE `sys_theme` MODIFY COLUMN `template_id` bigint(0) NOT NULL COMMENT '主题模板id' AFTER `theme_value`; \ No newline at end of file +ALTER TABLE `sys_theme` MODIFY COLUMN `template_id` bigint NOT NULL COMMENT '主题模板id' AFTER `theme_value`; \ No newline at end of file