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