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;