From 7e833ae44bfff196237ca29e99d82623fcd6a93f Mon Sep 17 00:00:00 2001 From: fengshuonan Date: Sat, 1 Oct 2022 14:25:57 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=907.2.5=E3=80=91sql=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=EF=BC=8C=E8=A7=92=E8=89=B2=E8=B5=84=E6=BA=90=E8=A1=A8=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E4=B8=80=E4=B8=AA=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../migration/mysql/V7.2.5_20221001_1425__add_res_biz_type.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/main/resources/db/migration/mysql/V7.2.5_20221001_1425__add_res_biz_type.sql diff --git a/src/main/resources/db/migration/mysql/V7.2.5_20221001_1425__add_res_biz_type.sql b/src/main/resources/db/migration/mysql/V7.2.5_20221001_1425__add_res_biz_type.sql new file mode 100644 index 00000000..0a3ab65a --- /dev/null +++ b/src/main/resources/db/migration/mysql/V7.2.5_20221001_1425__add_res_biz_type.sql @@ -0,0 +1,2 @@ +ALTER TABLE `sys_role_resource` +ADD COLUMN `resource_biz_type` tinyint(4) NULL DEFAULT 2 COMMENT '资源的业务类型:1-业务类,2-系统类' AFTER `resource_code`; \ No newline at end of file