Open tarekbazine opened 4 years ago
The spring boot integration is not currently able to pass along generic application settings to Liquibase.
Are you able to set it as a system property? That should accept it.
Hello @nvoxland, I've been trying to use this with liquibase-cassandra without success so far. Shoud it work?
Hello, I tried to set
liquibase.ext.nochangeloglock.enabled=false
in some of my applications profiles, BUT it did not work (ie: the lock is being ignored ).Thanks