Skip to content

Commit

Permalink
fix(系统管理): 修复flyway的sql迁移过程中丢失的sql
Browse files Browse the repository at this point in the history
修复flywaySql迁移过程中丢失的sql
  • Loading branch information
Somebody-JIAN authored and fit2-zhao committed Mar 24, 2023
1 parent af3a285 commit ac76fee
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,9 @@ CREATE TABLE IF NOT EXISTS `file_attachment_metadata`
CHARACTER SET = utf8mb4
COLLATE = utf8mb4_general_ci;

-- V129_2-0-0_test_case_report_api_base_count
ALTER TABLE `test_plan_report_content`
ADD COLUMN `api_base_count` LONGTEXT COMMENT 'request (JSON format)';
--
-- V1_2-0-0_load_test_remember_environment
ALTER TABLE `load_test`
Expand Down

0 comments on commit ac76fee

Please sign in to comment.