class

Luna::MigrationRunner

Inherits Reference < Object

Constructors

new(connection_name : Symbol = :default, verbose : Bool = true)
Source

Class methods

migrations
Source

Instance methods

all_migrations_applied?

Returns true if every known migration class has a row in schema_migrations

Source
pending_versions

Returns migration versions that exist in code but are not yet applied in DB

Source
run_migrations
Source