Quantcast
Channel: Liquibase Forums
Viewing all articles
Browse latest Browse all 2993

clustered index for MSSQL

$
0
0
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"/>

Viewing all articles
Browse latest Browse all 2993

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>