Create index descending not working

There was a forum thread not too long ago that touched on this:

http://forum.liquibase.org/topic/create-index-and-order

A pull request was created, and that has been merged to master and released in 3.4.0

https://github.com/liquibase/liquibase/pull/407

This SO post discusses it further.

http://stackoverflow.com/questions/11955313/creating-indexes-with-descending-key-columns-with-liquibase

Steve Donie
Principal Software Engineer
Datical, Inc. http://www.datical.com/

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"></div>

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