alexander-87 / dbdeploy

Automatically exported from code.google.com/p/dbdeploy
0 stars 0 forks source link

Support undo scripts in direct-to-db mode #33

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently dbdeploy only supports "undo" when generating scripts (using the
undoOutputfile parameter).  

It should be possible to use the undo functionality when applying direct to
db too.

Original issue reported on code.google.com by gtack...@googlemail.com on 18 Oct 2009 at 8:23

GoogleCodeExporter commented 9 years ago
In addition, it should compare the undo script in both direct to db mode and in 
generated script mode against the database version table and only execute the 
portion of the undo scripts that undo changes that have actually been applied 
to the database.

Original comment by ben.z...@gmail.com on 31 Oct 2012 at 9:38