From a9aa7348c39a8bf8d7ec4bc8ac5e3d5caa6f3f65 Mon Sep 17 00:00:00 2001 From: CaptainB Date: Fri, 8 Apr 2022 11:43:02 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E6=B5=8B=E8=AF=95=E8=AE=A1?= =?UTF-8?q?=E5=88=92=E6=8A=A5=E5=91=8A=E5=90=8D=E7=A7=B0=E9=95=BF=E5=BA=A6?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/db/migration/V113__v1.19.3_release.sql | 2 ++ .../components/track/report/components/TestPlanReportList.vue | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 backend/src/main/resources/db/migration/V113__v1.19.3_release.sql diff --git a/backend/src/main/resources/db/migration/V113__v1.19.3_release.sql b/backend/src/main/resources/db/migration/V113__v1.19.3_release.sql new file mode 100644 index 0000000000..4149c8a81f --- /dev/null +++ b/backend/src/main/resources/db/migration/V113__v1.19.3_release.sql @@ -0,0 +1,2 @@ +ALTER TABLE test_plan_report + MODIFY name varchar(128) NULL COMMENT 'name'; diff --git a/frontend/src/business/components/track/report/components/TestPlanReportList.vue b/frontend/src/business/components/track/report/components/TestPlanReportList.vue index 108aeaf3ab..a96f11fb97 100644 --- a/frontend/src/business/components/track/report/components/TestPlanReportList.vue +++ b/frontend/src/business/components/track/report/components/TestPlanReportList.vue @@ -7,7 +7,7 @@ + :show-overflow-tooltip="true">