DS-3563: Fix Oracle Flyway migration error

This commit is contained in:
Tom Desair
2017-07-04 16:51:05 +02:00
parent 65d638771f
commit ccc1b1b784

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