diff --git a/backend/src/main/resources/db/migration/V125__2.0.0_ddl__release.sql b/backend/src/main/resources/db/migration/V125__2.0.0_ddl__release.sql index 55a0898ee8..399f6f676b 100644 --- a/backend/src/main/resources/db/migration/V125__2.0.0_ddl__release.sql +++ b/backend/src/main/resources/db/migration/V125__2.0.0_ddl__release.sql @@ -241,4 +241,12 @@ ALTER TABLE test_plan_report_content ALTER TABLE test_case_comment ADD `type` varchar(20) DEFAULT ' '; +-- +-- v2_api_add_to_update_time +ALTER TABLE `api_definition` + ADD to_be_update_Time bigint(13) DEFAULT NULL COMMENT '需要同步的开始时间'; +-- +-- v2_api_case_add_to_update_time +ALTER TABLE `api_test_case` + ADD to_be_update_Time bigint(13) DEFAULT NULL COMMENT '需要同步的开始时间'; \ No newline at end of file