I already saw in the forum one similar post, but i just created that one to show my scenario. I think the problem, is in the version 3.2.0 the preConditions are not working as I expected.
- <changeSet author="e-ballo" id="RENAME_TEMPLATE_PACKAGE_PRICE_IDS">
- <preConditions onFail="MARK_RAN">
- <columnExists schemaName="ATI" tableName="ATI_SCENARIO_TEMPLATE_PACKAGES" columnName="PRICE_IDS"/>
- </preConditions>
- <renameColumn schemaName="ATI" tableName="ATI_SCENARIO_TEMPLATE_PACKAGES" oldColumnName="PRICE_IDS" newColumnName="PROD_PRICE_MAP_IDS"/>
- </changeSet>
If I only change the liquibase.jar and I run it with the version 2.0.5 all is working fine, and i get exectype : EXECUTED