mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-19 07:53:08 +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
|
exception
|
||||||
when index_not_exists then null;
|
when index_not_exists then null;
|
||||||
end;
|
end;
|
||||||
|
/
|
||||||
CREATE INDEX metadatavalue_type_id_idx ON metadatavalue (resource_type_id);
|
CREATE INDEX metadatavalue_type_id_idx ON metadatavalue (resource_type_id);
|
Reference in New Issue
Block a user