Hello Everyone,
Recently I was using Liquibase on databases i was developing from scratch.
Now I've faced some legacy applications and want and version control to them.
When I run liquibase command line tool to build an initial change log, I found out that it generates changeSet for each database object.
I would prefer that the whole changeLog contained a single changeSet, is the some flag for command line tool to do it?
PS If not - not a big deal, since I can clean the log file with a regexp :-)
Best Regards,
Vitaliy