Quantcast
Channel: Liquibase Forums
Viewing all articles
Browse latest Browse all 2993

Re : Upgrading from 2.0.5 to 3.2.0 - Problem with preConditions ?

$
0
0
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,

Viewing all articles
Browse latest Browse all 2993

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>