migration.rb

Path: lib/sequel/extensions/migration.rb
Last Update: Thu Nov 12 08:45:04 +0000 2015

Adds the Sequel::Migration and Sequel::Migrator classes, which allow the user to easily group schema changes and migrate the database to a newer version or revert to a previous version.

To load the extension:

  Sequel.extension :migration

[Validate]