class

Migrator::Migrations

Inherits Reference < Object

Constructors

new(database_url : String, path : String = "db/migrations")
Source

Instance methods

down(version : Int) : Nil
Source
down(migration : Migration) : Nil
Source
down?(version : Int) : Bool
Source
exists?(version : Int) : Bool
Source
find(version : Int) : Migration
Source
migrated
Source
migrated_versions
Source
path
Source
pending
Source
setup!
Source
up(version : Int) : Nil
Source
up(migration : Migration) : Nil
Source
up?(version : Int) : Bool
Source