I also find this :
<changeSet author="m-corrales" id="RENAME_PACKAGE_ITEMS_PRICE_IDS">
<preConditions onFail="MARK_RAN">
<columnExists schemaName="ATI"
tableName="ATI_STM_PACKAGE_ITEMS" columnName="PRICE_IDS"/>
</preConditions>
<renameColumn
schemaName="ATI"
tableName="ATI_STM_PACKAGE_ITEMS"
oldColumnName="PRICE_IDS" newColumnName="PROD_PRICE_MAP_IDS"/>
</changeSet>
This precondition with the version 3.2.2 it is not working for me,
the column exists execute the changeSet and the result is MARK_RAN and
doesn't rename the column. Any idea ?
Thanks in advance,