Commit a40f1c8c authored by Drew Blessing's avatar Drew Blessing Committed by Mark Chao

Remove ignore_column declaration for delayed_project_removal

The column was dropped in a previous release and we can now
remove the ignore_column declaration.
parent 3beb188e
......@@ -16,7 +16,6 @@ class Namespace < ApplicationRecord
include Namespaces::Traversal::Linear
include EachBatch
ignore_column :delayed_project_removal, remove_with: '14.1', remove_after: '2021-05-22'
# Temporary column used for back-filling project namespaces.
# 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'
......
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