From a5243646dfd8db525f67f0fc890caf1378767e30 Mon Sep 17 00:00:00 2001 From: fengshuonan Date: Thu, 28 Apr 2022 21:25:47 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=98=E8=AE=A4=E8=AE=BE=E7=BD=AE=E6=89=80?= =?UTF-8?q?=E6=9C=89=E8=8F=9C=E5=8D=95=E9=83=BD=E6=98=AF=E5=89=8D=E5=90=8E?= =?UTF-8?q?=E5=8F=B0=E9=83=BD=E6=98=BE=E7=A4=BA=EF=BC=8C=E5=8F=AF=E4=BB=A5?= =?UTF-8?q?=E8=87=AA=E8=A1=8C=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mysql/V7.2.2_20220428_1143__update_menu_front_type.sql | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/resources/db/migration/mysql/V7.2.2_20220428_1143__update_menu_front_type.sql b/src/main/resources/db/migration/mysql/V7.2.2_20220428_1143__update_menu_front_type.sql index 0f64cabd..ea765be5 100644 --- a/src/main/resources/db/migration/mysql/V7.2.2_20220428_1143__update_menu_front_type.sql +++ b/src/main/resources/db/migration/mysql/V7.2.2_20220428_1143__update_menu_front_type.sql @@ -1 +1,3 @@ -ALTER TABLE `sys_menu` ADD COLUMN `antdv_front_type` tinyint(4) NULL DEFAULT NULL COMMENT '前台还是后台菜单:1-前台,2-后台,3-前后台都显示' AFTER `antdv_visible`; \ No newline at end of file +ALTER TABLE `sys_menu` ADD COLUMN `antdv_front_type` tinyint(4) NULL DEFAULT NULL COMMENT '前台还是后台菜单:1-前台,2-后台,3-前后台都显示' AFTER `antdv_visible`; + +update sys_menu set antdv_front_type = 3; \ No newline at end of file