Hi everybody.
I tried to create an index and to tell it the sorting order to be
descending. This is what I tried:
<changeSet author="agageonea" id="index_test">
<createIndex tableName="test" indexName="test_index">
<column name="id"/>
<column name="clientid" descending="true"/>
</createIndex>
</changeSet>
I got this error: Attribute 'descending' is not allowed to
appear in element 'column'
Any help or advice on what I'm doing wrong?
Cheers