Hi,
It’s still me and my parameters on sqlFile.
Since version 3.1.0, they are correctly taken into account inside sql File.
Now you can have :
changeSet1.xml :
- <?xml version="1.0" encoding="UTF-8"?>
- <databaseChangeLog
- xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog
- http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.0.xsd">
- Idea : Being able to define parameters on different levels.
Parameters on top level are usefull for many projects, but they can also be usefull if they are defined on :
- changeSet level
- and levels
I don’t know if I’m the only one trying to use it this way, but I really think it would be a great feature.
- changeSet level