summaryrefslogtreecommitdiff
path: root/doc/development/post_deployment_migrations.md
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-301-4/+4
|
* Make unordered lists conform to styleguidedocs/fix-unordered-list-styleEvan Read2019-01-081-3/+3
| | | | - Also makes other minor Markdown fixes that were near the main fixes.
* 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