class Micrate::Migration
- Micrate::Migration
- Reference
- Object
Defined in:
micrate/migration.crConstant Summary
-
SQL_CMD_PREFIX =
"-- +micrate "
Constructors
Class Method Summary
Instance Method Summary
- #ends_with_semicolon(s)
- #name : String
- #source : String
-
#statements(direction)
Algorithm ported from Goose
- #version : Int64
Constructor Detail
Class Method Detail
Instance Method Detail
def statements(direction)
#
Algorithm ported from Goose
Complex statements cannot be resolved by just splitting the script by semicolons. In this cases we allow using StatementBegin and StatementEnd directives as hints.