DS-3563: Fix Oracle Flyway migration error

This commit is contained in:
Tom Desair
2017-07-04 16:51:05 +02:00
parent 207a9e64be
commit 50358e9b8e

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);