Commit 52f8a052 authored by Suzanne Selhorn's avatar Suzanne Selhorn

Merge branch '336751_update_ignore_columns_docs' into 'master'

Update docs about ignoring columns with more information

See merge request gitlab-org/gitlab!66739
parents a7be0a2d 8b231765
...@@ -47,6 +47,9 @@ Multiple columns can be ignored, too: ...@@ -47,6 +47,9 @@ Multiple columns can be ignored, too:
ignore_columns %i[updated_at created_at], remove_with: '12.7', remove_after: '2020-01-22' ignore_columns %i[updated_at created_at], remove_with: '12.7', remove_after: '2020-01-22'
``` ```
If the model exists in CE and EE, the column has to be ignored in the CE model. If the
model only exists in EE, then it has to be added there.
We require indication of when it is safe to remove the column ignore with: 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
......
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