module Marten::DB::Management::Migrations

Defined in:

marten/db/management/migrations.cr
marten/db/management/migrations/diff.cr
marten/db/management/migrations/diff/dependency/base.cr
marten/db/management/migrations/diff/dependency/changed_column.cr
marten/db/management/migrations/diff/dependency/created_table.cr
marten/db/management/migrations/diff/dependency/removed_column.cr
marten/db/management/migrations/diff/migration.cr
marten/db/management/migrations/errors.cr
marten/db/management/migrations/graph.cr
marten/db/management/migrations/graph/node.cr
marten/db/management/migrations/reader.cr
marten/db/management/migrations/record.cr
marten/db/management/migrations/recorder.cr
marten/db/management/migrations/runner.cr
marten/db/management/migrations/runner/pre_initial_node.cr
marten/db/management/migrations/runner/progress.cr
marten/db/management/migrations/runner/progress_type.cr

Class Method Summary

Class Method Detail

def self.register(migration_klass : Migration.class) #

[View source]
def self.registry #

[View source]