Hi i am using
mvn liquibase:generateChangeLog
with the examples from the site but it generates a single file for the entire BD.
is there a way to separate the data something like this.
├── constraints
├── createTables
└── triggers
├── createTables
└── triggers
Thank you.