mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-17 15:03:18 +00:00
Merge pull request #1797 from atmire/DS-3563-master_Missing-index-metadatavalue-resource-type-id
DS-3563: Fix Oracle Flyway migration error
This commit is contained in:
@@ -19,5 +19,5 @@ begin
|
||||
exception
|
||||
when index_not_exists then null;
|
||||
end;
|
||||
|
||||
/
|
||||
CREATE INDEX metadatavalue_type_id_idx ON metadatavalue (resource_type_id);
|
Reference in New Issue
Block a user