Commit 951a3bab authored by Stan Hu's avatar Stan Hu

Re-add ignore_column for import columns

This `ignore_column` was present for a while but recently removed, but
to ensure we don't get error 500s let's keep it for a while.
parent f89a33c9
......@@ -55,6 +55,8 @@ class Project < ApplicationRecord
VALID_MIRROR_PORTS = [22, 80, 443].freeze
VALID_MIRROR_PROTOCOLS = %w(http https ssh git).freeze
ignore_column :import_status, :import_jid, :import_error
cache_markdown_field :description, pipeline: :description
delegate :feature_available?, :builds_enabled?, :wiki_enabled?,
......
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