Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2019-05-13 19:08:13 +0300
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2019-05-13 19:08:13 +0300
commit9353339ca639f47d8c1fee151e76abc0acd3b077 (patch)
tree9ff878d4e473d7d5af02678b1ef2302a5320c344
parent28ccc241782d2c27b5335ae9111131766dde15c7 (diff)
parentcc3521ade14074ae633cb8046ef2e968bc7996dd (diff)
Merge branch '61302-remove-ignore_column-ci_cd' into 'master'
Resolve "Remove ignore_column ci_id" Closes #61302 See merge request gitlab-org/gitlab-ce!28234
-rw-r--r--app/models/project.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/models/project.rb b/app/models/project.rb
index 61d245478ca..6351fe24838 100644
--- a/app/models/project.rb
+++ b/app/models/project.rb
@@ -56,7 +56,6 @@ class Project < ApplicationRecord
VALID_MIRROR_PROTOCOLS = %w(http https ssh git).freeze
ignore_column :import_status, :import_jid, :import_error
- ignore_column :ci_id
cache_markdown_field :description, pipeline: :description