ValidationFailedException v2: clustered is not allowed on h2
Description
The issue is very similar to CORE-2682, I receive a ValidationException when I would like to use clustered="false" in a H2 database.
I use the xml below, which differs from the example in the above mentioned issue. It uses the clustered="false" in the addPrimaryKey tag instead of using it in the createIndex tag.
The issue is very similar to CORE-2682, I receive a ValidationException when I would like to use
clustered="false"
in a H2 database.I use the xml below, which differs from the example in the above mentioned issue. It uses the
clustered="false"
in theaddPrimaryKey
tag instead of using it in thecreateIndex
tag.Thank you in advance,
Adam