Skip to main content

Module migrate

Module migrate 

Source
Expand description

Migration rollback helpers (Rails db:rollback STEP=n / db:migrate:redo) over sea-orm’s MigratorTrait.

Functions§

redo
Roll back then re-apply the last steps migrations (Rails db:migrate:redo).
rollback
Roll back the last steps migrations (Rails db:rollback STEP=steps).