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">