Page 1 of 1

Stack DB Migrator - Begin migrate from specific version

Posted: Wed Jul 02, 2014 11:38 am
by bubbayo
I'm currently working with Stack DB Migrator v4.1.4 . In v3.0, an associate of mine was utilizing the SCHEMA_INFO table to specify at which script version his migrations were supposed to run.

To elaborate, he specified in one .properties file all schemasToMigrate in the order desired, then set under the first executed schema the .alwaysRunPreScripts to execute an .sql script which set the VERSION field in that schema's SCHEMA_INFO table to the version he wanted migrations to start from for specific schemas.

Any suggestions on how to do this in 4.1.4? Thanks