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:
Tim Donohue
2017-07-06 01:34:09 +10:00
committed by GitHub

View File

@@ -19,5 +19,5 @@ begin
exception
when index_not_exists then null;
end;
/
CREATE INDEX metadatavalue_type_id_idx ON metadatavalue (resource_type_id);