summaryrefslogtreecommitdiff
path: root/app/models/ci/pipeline.rb
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2017-03-02 04:45:37 +0800
committerLin Jen-Shin <godfat@godfat.org>2017-03-02 05:09:37 +0800
commitcc0e2cff96f917f62210a29554ca0b1e26f31748 (patch)
tree41b32a9a5eda527f214f123f559a58da38af619e /app/models/ci/pipeline.rb
parentb6a945b39354ec2b2c09fc5f6904dfbf8990df26 (diff)
downloadgitlab-ce-cc0e2cff96f917f62210a29554ca0b1e26f31748.tar.gz
Rename table ci_commits to ci_pipelinesrename-ci_commits-to-ci_pipeline
Diffstat (limited to 'app/models/ci/pipeline.rb')
-rw-r--r--app/models/ci/pipeline.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/models/ci/pipeline.rb b/app/models/ci/pipeline.rb
index 80e11a5b58f..9df2ca5b551 100644
--- a/app/models/ci/pipeline.rb
+++ b/app/models/ci/pipeline.rb
@@ -5,8 +5,6 @@ module Ci
include Importable
include AfterCommitQueue
- self.table_name = 'ci_commits'
-
belongs_to :project, foreign_key: :gl_project_id
belongs_to :user