Interro::Migration
Inherits Reference / Object
Constants
ENV_MATCH = /\$(\w+)/
QueryLog = ::Log.for("sql")
Constructors
new(name : String, added_at : Time, up : String, down : String)
Sourcenew(name : String, added_at : Time)
SourceInstance methods
added_at
Sourcedown(env = ENV)
Sourcedown=(down : String)
Sourcedown_sql(env)
Sourceexecute(sql : String, *args, **kwargs)
Sourcename
Sourceup(env = ENV)
Sourceup=(up : String)
Sourceup_sql(env)
Source