I am very new to liquibase. Currently we have the following requirement. Some of the scripts should be executed based on environment. For example
update application_properties value="123" where key="abc" ..this script should be executed in DEMO not in production. how do we solve this issue in Liquibase.