On 9 Jun 2011, at 04:19, John W Higgins wrote: > DB = Sequel.connect(...) > Sequel::Migrator.apply(DB, migration_directory) > > Docs here - http://sequel.rubyforge.org/rdoc/classes/Sequel/Migrator.html > > John
Ah, thanks very much. I was reading http://sequel.rubyforge.org/rdoc/files/doc/migration_rdoc.html but didn't see that there. I'm doing too much Sequel late at night when my eyes are too bleary to read docs properly! :S Regards, Iain -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sequel-talk?hl=en.
