It would be great if we could bundle or package scripts already created
(and most likely run locally) to ship to say staging or production.
Most companies don't have development team access staging (and even less
production) and can't (or don't want to) run db-migration plugin (or any
other things that require lots of configuration/setup for that matter).
It could be like:
mvn db-migration:package -Dfrom=201006041042
mvn db-migration:package -Dfrom=201006041042 -Dto=201006041100
The result might be a simple jar file of all the scripts included in the
range, plus and additional script to populate the schema_version table.
Even if we can't set "duration", it would still be highly valuable.
Any thoughts?
Thanks,
Luc.
Original issue reported on code.google.com by lpe...@gmail.com on 4 Jun 2010 at 2:47
Original issue reported on code.google.com by
lpe...@gmail.com
on 4 Jun 2010 at 2:47