Schema -> migrations

I’ve poked around a bit with Google and I can’t find a way to generate a
base set of migrations from a given SQL schema. Is there an easy way to
do this?

thanks
John

rake db_schema_dump

the above will work if you have your database already set up. try
checking out: http://www.recentrambles.com/pragmatic/view/51 for a
little more info.

On Mon, 2006-08-07 at 12:20 -0400, Charlie B. wrote:

rake db_schema_dump

Thanks, that’s exactly what I needed.

bye
John