alexander-87 / dbdeploy

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

Provide a way to generate scripts without having to connect to a database #18

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently dbdeploy has to connect to the target database in order to work
out which scripts to apply.

For simple cases, this requirement could be avoided by simply specifying
the start and end script numbers to dbdeploy.  It currently supports the
"end script" value but not a start script value.

Hence, users can make upgrade and downgrade scripts for production without
having to hit the production DB to generate them.

(Suggested by Andy Slocum)

Original issue reported on code.google.com by gtack...@googlemail.com on 12 Apr 2009 at 10:19

GoogleCodeExporter commented 9 years ago
commit version 82c617711c24918f8830db3856a5fc9ee4872405 at
git://github.com/betarelease/dbdeploy.git has this change implemented. Please 
pull.

Thanks
Sudhindra

Original comment by srra...@gmail.com on 29 May 2009 at 4:20