Skip to content
Snippets Groups Projects
Commit 771e3903 authored by Thong Kuah's avatar Thong Kuah :speech_balloon:
Browse files

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
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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?,
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment