On 9 Jun 2011, at 04:27, Jeremy Evans wrote:

> You can use the Sequel::Migration API:
> 
>  Sequel.extension :migration
>  Sequel::Migration.descendants.clear
>  require 'migrate/001_project'
>  Sequel::Migration.descendants.each{|m| m.apply(DB, :up)}
> 
> You may want to give migration.rb a read:
> https://github.com/jeremyevans/sequel/tree/master/lib/sequel/extensions/migration.rb

Thanks Jeremy, that's very helpful indeed. Much appreciated.

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.

Reply via email to