Eugen Rochko 018a9e4e7f
Add post-deployment migration system (#8182)
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
..
2018-04-12 14:45:17 +02:00
2018-07-16 01:11:53 +02:00
2016-08-17 17:58:00 +02:00
2018-02-21 23:21:32 +01:00
2018-05-25 18:36:26 +02:00