class Mig::Migrate

Defined in:

mig/migrate.cr

Constant Summary

SKEL_SQL = {{ (`cat /srv/crystaldoc.info/gitlab-mgiken-mig-v0.1.5/src/mig/skel.sql`).stringify }}

Constructors

Instance Method Summary

Constructor Detail

def self.new(db_url, base_dir : String = "db") #

[View source]

Instance Method Detail

def base_dir : String #

[View source]
def create(&) #

[View source]
def delete_dump(&) #

[View source]
def delete_erd(&) #

[View source]
def down(step = 1, &) #

[View source]
def drop(&) #

[View source]
def dsn : Mig::DSN #

[View source]
def dump(&) #

[View source]
def erd(&) #

[View source]
def erd_puml : String #

[View source]
def functions_dir : String #

[View source]
def migrations_dir : String #

[View source]
def new(name, &) #

[View source]
def seed(&) #

[View source]
def seeds_dir : String #

[View source]
def structure_sql : String #

[View source]
def up(step : Int32 = 0, &) #

[View source]
def views_dir : String #

[View source]