Skip to content
Snippets Groups Projects
Commit 99ae19a1 authored by Thong Kuah's avatar Thong Kuah :speech_balloon: Committed by 🤖 GitLab Bot 🤖
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

(cherry picked from commit 771e3903)

951a3bab Re-add ignore_column for import columns
parent 94780eb3
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