diff --git a/kernel-s-system/system-spring-boot-starter/src/main/resources/db/migration/mysql/V8.0.1_20231016_2220__add_theme_sub_title.sql b/kernel-s-system/system-spring-boot-starter/src/main/resources/db/migration/mysql/V8.0.1_20231016_2220__add_theme_sub_title.sql new file mode 100644 index 000000000..d545f2685 --- /dev/null +++ b/kernel-s-system/system-spring-boot-starter/src/main/resources/db/migration/mysql/V8.0.1_20231016_2220__add_theme_sub_title.sql @@ -0,0 +1,3 @@ +INSERT INTO `sys_theme_template_field`(`field_id`, `field_name`, `field_code`, `field_type`, `field_required`, `field_length`, `field_description`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1713914194342457345, '平台副标题名称', 'GUNS_SUB_TITLE', 'string', 'N', NULL, NULL, '2023-10-16 21:46:02', 1339550467939639299, NULL, NULL); +INSERT INTO `sys_theme_template_rel`(`relation_id`, `template_id`, `field_code`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1713921667560493058, 1477171926286020610, 'GUNS_SUB_TITLE', '2023-10-16 22:16:02', 1339550467939639299, NULL, NULL); +UPDATE `sys_theme` SET `theme_name` = 'Guns后台管理系统默认主题', `theme_value` = '{\"positionSort\":1000,\"themeId\":\"1477272515573542913\",\"themeName\":\"Guns后台管理系统默认主题\",\"templateId\":\"1477171926286020610\",\"GUNS_MGR_LOGIN_BACKGROUND_IMG\":\"1704330515919671298\",\"GUNS_MGR_BEI_URL\":\"https://beian.miit.gov.cn/\",\"GUNS_MGR_LOGO\":\"1479753047148322818\",\"GUNS_MGR_NAME\":\"Guns Tech.\",\"GUNS_MGR_FAVICON\":\"1479753047148322818\",\"GUNS_MGR_FOOTER_TEXT\":\"stylefeng开源技术 javaguns.com\",\"GUNS_MGR_BEI_NO\":\"京ICP备001-1\",\"GUNS_SUB_TITLE\":\"stylefeng开源技术\"}', `template_id` = 1477171926286020610, `status_flag` = 'Y', `create_time` = '2022-01-01 21:36:29', `create_user` = 1339550467939639299, `update_time` = '2023-10-16 22:19:48', `update_user` = 1339550467939639299 WHERE `theme_id` = 1477272515573542913;