From 192abf956b2fca7bef7b5621d6da27739643194a Mon Sep 17 00:00:00 2001 From: wxg0103 <727495428@qq.com> Date: Wed, 20 Oct 2021 16:17:23 +0800 Subject: [PATCH] =?UTF-8?q?feat=5F=E5=A2=9E=E5=8A=A0=E5=AD=97=E6=AE=B5=5Fs?= =?UTF-8?q?ql=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/db/migration/V97__v1.14_release.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);