Hello
I am using Liquibase v3.1.1, and Sybase (ASE) 15.
I tried to generate dropIndex statement and it is generating:
- drop index index_name
instead of
- drop index table_name.index_name
How could I extend DropChangeGenerator to solve it until next fix?