Not automatically, no. If you wanted to do it automatically, you would need to write some sort of post-processor. If you’re only doing it once I would just manually organize things.
Steve Donie Principal Software Engineer Datical, Inc. http://www.datical.com/
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
Thank you.