From 25164603641d3f8175fa29e8d9f44409afe1c6f2 Mon Sep 17 00:00:00 2001 From: Marie Verdonck Date: Tue, 7 Feb 2023 00:04:49 +0100 Subject: [PATCH] Test IT without drop constraint --- ...1.11__xml_workflow_migration_multiple_reviewers.sql | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 dspace-api/src/main/resources/org/dspace/storage/rdbms/sqlmigration/h2/V7.2_2023.01.11__xml_workflow_migration_multiple_reviewers.sql diff --git a/dspace-api/src/main/resources/org/dspace/storage/rdbms/sqlmigration/h2/V7.2_2023.01.11__xml_workflow_migration_multiple_reviewers.sql b/dspace-api/src/main/resources/org/dspace/storage/rdbms/sqlmigration/h2/V7.2_2023.01.11__xml_workflow_migration_multiple_reviewers.sql deleted file mode 100644 index af397b6471..0000000000 --- a/dspace-api/src/main/resources/org/dspace/storage/rdbms/sqlmigration/h2/V7.2_2023.01.11__xml_workflow_migration_multiple_reviewers.sql +++ /dev/null @@ -1,10 +0,0 @@ --- --- The contents of this file are subject to the license and copyright --- detailed in the LICENSE and NOTICE files at the root of the source --- tree and available online at --- --- http://www.dspace.org/license/ --- - --- remove constraint so multiple reviewers can be selected for the same workflowitem -ALTER TABLE cwf_in_progress_user DROP CONSTRAINT cwf_in_progress_user_unique;