Sequel migrations

P

P. A.

Hi.

I've just started to use Sequel and discovered that they removed the
migration mechanism in the last version of this ORM.

What happened with migrations in Sequel? They replaced them with a new
technic of building a DB schema during a development process or they
simply got rid of the migrations?

Any help and links are welcome.

Thanks.
 
S

spox

Hi.

I've just started to use Sequel and discovered that they removed the
migration mechanism in the last version of this ORM.

What happened with migrations in Sequel? They replaced them with a new
technic of building a DB schema during a development process or they
simply got rid of the migrations?

Any help and links are welcome.

Thanks.

They were moved into an extension. Simply add this:

require 'sequel/extensions/migration'

- spox
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,159
Messages
2,570,879
Members
47,414
Latest member
GayleWedel

Latest Threads

Top