Hi folks - I'm refactoring an app I wrote over the last couple years to 
use liquibase for database versioning.  The development cycle is done 
and now I need to start upgrading existing database installs up to the 
current LB version.

If I simply point my app at the old database instance, I get tons of 
warnings about 'table already exists' etc etc, and things look messy. 
What I want to do is say "please bring that database instance up to the 
structures as defined in the current changelog?

In essence, I want to say "See that database?  Make all the structures 
necessary to bring it to current, and then mark it current in the LB 
checksum." - this without trying to recreate it from scratch.

C'est possible?

        -dbs

------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
Liquibase-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/liquibase-user

Reply via email to