diff --git a/src/main/resources/db/migration/mysql/V7.1.6_20211202_1553__alter_api_resource.sql b/src/main/resources/db/migration/mysql/V7.1.6_20211202_1553__alter_api_resource.sql deleted file mode 100644 index b188d93b..00000000 --- a/src/main/resources/db/migration/mysql/V7.1.6_20211202_1553__alter_api_resource.sql +++ /dev/null @@ -1 +0,0 @@ -ALTER TABLE `api_resource` ADD COLUMN `current_system_flag` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Y' COMMENT '是否是当前系统资源:Y-是,N-否' AFTER `api_alias`; \ No newline at end of file