Commit 771e3903 authored by Thong Kuah's avatar Thong Kuah

Merge branch 'sh-promote-remove-migration' into 'master'

Re-add ignore_column for import columns

See merge request gitlab-org/gitlab-ce!29959
parents 6875796c 951a3bab
......@@ -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