Hi,
I see that in LIQUIBASE 3.3.0 AND 3.2.3 THERE IS NEW ATTRIBUTE:
Support for clustered/nonclustered indexes and primary keys
We installed the latest version(3.5.1 ??)
We're running it on MSSQL
I did the following and got err:
Attribute 'clustered' is not allowed to appear in element 'createIndex'.
<createIndex
indexName="pk_t_premium_rates"
tableName="t_premium_rates"
unique="true"
clustered="true">
<column name="actuary_version_table"/>
<column name="actuary_table_edition"/>