Hi
Currently i have an PostgreSQL database, i have added liquibase 3.8.2 to dynamically add new tables or new fields in existing table. That's Ok when in my tests i add include
But if i remove my tests yaml file is empty and Liquibase don't like it ?
Could i have an empty liquibase file in first step ?
Regards