0

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.

viglu
  • 125
  • 1
  • 9

1 Answers1

0

Thanks and with

--preconditions onFail:MARK_RAN

it's working like I want

viglu
  • 125
  • 1
  • 9