diff --git a/backend/src/main/resources/db/migration/V103__v1.16_release.sql b/backend/src/main/resources/db/migration/V103__v1.16_release.sql index e07f9d8043..909a44ed2a 100644 --- a/backend/src/main/resources/db/migration/V103__v1.16_release.sql +++ b/backend/src/main/resources/db/migration/V103__v1.16_release.sql @@ -69,3 +69,6 @@ CREATE TABLE IF NOT EXISTS `api_scenario_report_structure` INSERT INTO user_group_permission (id, group_id, permission_id, module_id) VALUES (UUID(), 'project_app_manager', 'PROJECT_APP_MANAGER:READ+EDIT', 'PROJECT_APP_MANAGER'); + +ALTER TABLE load_test + MODIFY name VARCHAR(255) NOT NULL COMMENT 'Test name'; \ No newline at end of file diff --git a/frontend/src/business/components/performance/test/EditPerformanceTest.vue b/frontend/src/business/components/performance/test/EditPerformanceTest.vue index 3fe222ee84..03ebd35f1a 100644 --- a/frontend/src/business/components/performance/test/EditPerformanceTest.vue +++ b/frontend/src/business/components/performance/test/EditPerformanceTest.vue @@ -9,27 +9,11 @@ + maxlength="255" show-word-limit/> -