Commit Graph

3 Commits

Author SHA1 Message Date
DJ Mountney 76cfe4f1fd Ensure the schema is loaded with post_migrations included
If doing a schema load, the post_migrations should also be marked as up,
even if SKIP_POST_DEPLOYMENT_MIGRATIONS was set, otherwise future
migration runs will be broken.
2018-09-11 18:41:14 -07:00
Rémy Coutable 78faa6e370
Port some non-EE-specific config/ changes to CE
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-01-25 14:14:53 +01:00
Yorick Peterse 83c8241160
Support for post deployment migrations
These are regular Rails migrations that are executed by default. A user
can opt-out of these migrations by setting an environment variable
during the deployment process.

Fixes gitlab-org/gitlab-ce#22133
2016-10-31 12:54:48 +01:00