Using properties in sqlFiles

How could I use properties in sqlFiles?


I have something like this (or create synonym command, …) in the doit.sql:


CREATE TABLE ${schema}.PROBA (


But liquibase doesn’t want to replace the property in sqlFile (but it replace them in sql scripts given inside tags).

Can anyone help?


Thanks in advance.