mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-19 16:03:07 +00:00
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