Search code examples
javaliquibaseliquibase-sql

liquibase failOnError:false runAlways:false not working


It's possible not to run again an SQL file which fails in the past with liquibase? I tried with failOnError:false runAlways:false but no DATABASECHANGELOG entry is made.


Solution

  • Thanks and with

    --preconditions onFail:MARK_RAN
    

    it's working like I want