vote up 2 vote down star

In Rob Conery's post about SubSonic Migrations written in October 2007 he mentions in the 'Left To Do' list that:

I want to be able to “Reverse Engineer” an existing DB into a migration file

I am looking at introducing versioning control for an existing database with a lot tables, and SubSonic looks like the tool for me, but I'm not looking forward to writing the first migration by hand! Does anyone know if Rob or anyone got around to writing a tool for doing this automatically?

flag

1 Answer

vote up 2 vote down check

You could generate a script for the current state of the existing schema and set your first migration to run the script.

link|flag
Thanks John thats a good suggestion - sometimes simple is best! – James Allen May 11 at 8:20

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.