refactor: 去掉重复的SQL语句

This commit is contained in:
BugKing 2021-03-08 11:23:37 +08:00
parent 0e8a371eb9
commit 4e393c2660
1 changed files with 0 additions and 4 deletions

View File

@ -27,10 +27,6 @@ CREATE TABLE IF NOT EXISTS `api_document_share` (
INDEX `share_api_id`(`share_api_id`(125)) USING BTREE INDEX `share_api_id`(`share_api_id`(125)) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = Dynamic; ) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = Dynamic;
-- test_case_review add coloumn
ALTER TABLE test_case_review
ADD tags VARCHAR(2000) NULL;
-- swagger_url_project -- swagger_url_project
alter table swagger_url_project alter table swagger_url_project
modify module_id varchar(120) null; modify module_id varchar(120) null;