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 8/7/06, John Anderson <ardour@semiosix.com> wrote:> 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 > > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >