Commit 34f48c98 authored by Mayra Cabrera's avatar Mayra Cabrera

Merge branch 'alexives/290244/update_column_removal_docs' into 'master'

Change remove_after in what requires downtime docs

See merge request gitlab-org/gitlab!48965
parents 24e815ab aa82887f
...@@ -51,7 +51,7 @@ We require indication of when it is safe to remove the column ignore with: ...@@ -51,7 +51,7 @@ We require indication of when it is safe to remove the column ignore with:
- `remove_with`: set to a GitLab release typically two releases (M+2) after adding the - `remove_with`: set to a GitLab release typically two releases (M+2) after adding the
column ignore. column ignore.
- `remove_after`: set to a date after which we consider it safe to remove the column - `remove_after`: set to a date after which we consider it safe to remove the column
ignore, typically last date of the development cycle of release M+2 - namely the release date. ignore, typically after the M+1 release date, during the M+2 development cycle.
This information allows us to reason better about column ignores and makes sure we This information allows us to reason better about column ignores and makes sure we
don't remove column ignores too early for both regular releases and deployments to GitLab.com. For don't remove column ignores too early for both regular releases and deployments to GitLab.com. For
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment