Commit eabd4bd8 authored by Mark Chao's avatar Mark Chao

Merge branch 'dblessing_remove_delayed_project_removal_ignore_column' into 'master'

Remove ignore_column declaration for delayed_project_removal

See merge request gitlab-org/gitlab!74017
parents 724ad5b4 a40f1c8c
...@@ -16,7 +16,6 @@ class Namespace < ApplicationRecord ...@@ -16,7 +16,6 @@ class Namespace < ApplicationRecord
include Namespaces::Traversal::Linear include Namespaces::Traversal::Linear
include EachBatch include EachBatch
ignore_column :delayed_project_removal, remove_with: '14.1', remove_after: '2021-05-22'
# Temporary column used for back-filling project namespaces. # Temporary column used for back-filling project namespaces.
# Remove it once the back-filling of all project namespaces is done. # Remove it once the back-filling of all project namespaces is done.
ignore_column :tmp_project_id, remove_with: '14.7', remove_after: '2022-01-22' ignore_column :tmp_project_id, remove_with: '14.7', remove_after: '2022-01-22'
......
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