Hello All, We have recently started using Liquibase, I would like to know if it is possible to pass runtime variables to SQL scripts in Liquibase. For examples I have &schema_name in my script, can I store this value in the properties file and call it out during the script execution.
To summarize, the variable would be expressed like this ${schema_name} in the SQL. Depending on how you are running Liquibase, you can pass in the value at runtime in a few different ways that are listed in the doc page above.