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
path: root/app
diff options
context:
space:
mode:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2019-05-02 19:56:48 +0300
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2019-05-02 19:56:48 +0300
commit4e67122e389708d766a2a90daa059f05b0f980c5 (patch)
tree0c21d8bd49f122440e41d31b68d4228782fd91e4 /app
parentd753336eb56bcd8485fd2774d54ddcba9161f5e3 (diff)
parentee7d2c1b2f91a299179cbb0b36e1b870b6c36903 (diff)
Merge branch '27777-drop-projects-ci_id-column' into 'master'
Resolve "Drop "projects"."ci_id" column" Closes #27777 See merge request gitlab-org/gitlab-ce!27623
Diffstat (limited to 'app')
-rw-r--r--app/models/project.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/project.rb b/app/models/project.rb
index b0dbf09ecbf..228ab9e9618 100644
--- a/app/models/project.rb
+++ b/app/models/project.rb
@@ -56,6 +56,7 @@ 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