summaryrefslogtreecommitdiff
path: root/doc/development/post_deployment_migrations.md
Commit message (Collapse)AuthorAgeFilesLines
* Resolve Markdown ordered lists not conforming to styleguidedocs/fix-ordered-list-item-prefixEvan Read2018-11-131-3/+3
|
* Support for post deployment migrationsbackground-migrationsYorick Peterse2016-10-311-0/+75
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