From 4eb364a69fa34736ea1302c25d97cb664a6e05a0 Mon Sep 17 00:00:00 2001 From: fengshuonan Date: Mon, 15 Jan 2024 19:31:13 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=908.1.0=E3=80=91=E3=80=90message?= =?UTF-8?q?=E3=80=91=E5=A2=9E=E5=8A=A0=E4=B8=80=E4=B8=AA=E6=B6=88=E6=81=AF?= =?UTF-8?q?=E9=80=9A=E7=9F=A5=E7=9A=84=E8=8F=9C=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../db/migration/mysql/V8.1.0_20240115_1930__add_notice_menu.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 kernel-s-system/system-spring-boot-starter/src/main/resources/db/migration/mysql/V8.1.0_20240115_1930__add_notice_menu.sql diff --git a/kernel-s-system/system-spring-boot-starter/src/main/resources/db/migration/mysql/V8.1.0_20240115_1930__add_notice_menu.sql b/kernel-s-system/system-spring-boot-starter/src/main/resources/db/migration/mysql/V8.1.0_20240115_1930__add_notice_menu.sql new file mode 100644 index 000000000..c74b25c44 --- /dev/null +++ b/kernel-s-system/system-spring-boot-starter/src/main/resources/db/migration/mysql/V8.1.0_20240115_1930__add_notice_menu.sql @@ -0,0 +1 @@ +INSERT INTO `sys_menu`(`menu_id`, `menu_parent_id`, `menu_pids`, `menu_name`, `menu_code`, `app_id`, `menu_sort`, `status_flag`, `remark`, `menu_type`, `antdv_router`, `antdv_component`, `antdv_icon`, `antdv_link_url`, `antdv_active_url`, `antdv_visible`, `expand_field`, `version_flag`, `del_flag`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1746839841395138562, -1, '[-1],', '通知公告', 'tongzhigonggao', 1671406745336016898, 104.00, 1, NULL, 10, '/system/notice', '/system/backend/notice/index', 'icon-wodexiaoxi', NULL, NULL, 'Y', NULL, 1, 'N', '2024-01-15 18:20:48', 1339550467939639299, '2024-01-15 18:21:44', 1339550467939639299); \ No newline at end of file