Commit Graph

1 Commits (1cf2c3a810bba937c7702c342a3ff37c3d37391a)

Author SHA1 Message Date
Eugen Rochko 018a9e4e7f
Add post-deployment migration system ()
Adopted from GitLab CE. Generate new migration with:

    rails g post_deployment_migration name_of_migration_here

By default they are run together with db:migrate. To not run them,
the env variable SKIP_POST_DEPLOYMENT_MIGRATIONS must be set

Code by Yorick Peterse <yorickpeterse@gmail.com>, see also:

83c8241160
2018-08-13 13:40:01 +02:00