Sorry, i fix my question above. Using this can deal with the problem.
The code : Sequel.extension :migration Sequel::Migrator.run DB, app1_path, :table => :schema_info, :column => :app1_name Sequel::Migrator.run DB, app2_path, :table => :schema_info, :column => :app2_name 2012/1/19 coolesting <[email protected]> > So, it dose mean i need to create a schema_info(schema_migrations) table > for every difference migration directory ? > > if i have ten migration directories, i need to create ten tables for that > ? > -- 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.
