diff --git a/backend/src/main/resources/db/migration/V97__v1.14_release.sql b/backend/src/main/resources/db/migration/V97__v1.14_release.sql index cc7c41ebff..9ece69e985 100644 --- a/backend/src/main/resources/db/migration/V97__v1.14_release.sql +++ b/backend/src/main/resources/db/migration/V97__v1.14_release.sql @@ -53,6 +53,6 @@ create table if not exists relationship_edge ( ALTER TABLE api_definition ADD remark TEXT NULL; -ALTER TABLE test_case_review ADD COLUMN follow_people; -ALTER TABLE test_plan ADD COLUMN follow_people; +ALTER TABLE test_case_review ADD COLUMN follow_people VARCHAR(100); +ALTER TABLE test_plan ADD COLUMN follow_people VARCHAR(100);