enum Clear::Migration::Direction
Defined in:
clear/migration/direction.crEnum Members
-
Up =
0
-
Down =
1
Instance Method Summary
-
#down(&)
Run the block given in parameter if the direction is a rollback
-
#down?
Return true whether the migration is a rollback
-
#up(&)
Run the block given in parameter if the direction is a upstream
-
#up?
Return true whether the migration is a upstream