no way to specify clustered or nonclustered index in createIndex

Hi,
I’m not able to find a way to specify the createIndex with clusteredIndex or nonClusteredIndex options.
Could you please tell me the way to specify this in changeSets?

I tried to generate the changelog on the tables with the clustered indexes, bu the generated index does not contain any information related to this.

We currently do not support an attribute in the createIndex node for clustered configuration, and do not check for it in the diff tool used for generateChangeLog.

You can use the modifySql tag to update the generated sql, or use the tag and specify the entire sql string.

Nathan