I am trying to get the same change applied across multiple schemas. Liquibase was installed in multiple environments (looks like with Maven) and in some environments the change will be propagated across the schemas and in some it will not. The developers say they are doing nothing different. I compared the following files between environments and did not see significant differences:
liquibasetasks.properties
liquibase.build.properties
migrations.xml
migrationsiSchedule.xml
migratortasks.properties
using Liquibase version 1.0. and Mysql 5.7.29
Thanks in advance.
Mike