fix(系统管理): 修复flyway的sql迁移过程中丢失的sql

修复flywaySql迁移过程中丢失的sql
This commit is contained in:
song-tianyang 2023-03-24 14:16:56 +08:00 committed by 建国
parent d7b9964659
commit 14cbee5531
1 changed files with 3 additions and 0 deletions

View File

@ -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`