Commit b2acebb4 authored by Kamil Trzcinski's avatar Kamil Trzcinski

Use ci_commits table

parent 021d3810
......@@ -3,6 +3,8 @@ module Ci
extend Ci::Model
include Statuseable
self.table_name = 'ci_commits'
belongs_to :project, class_name: '::Project', foreign_key: :gl_project_id
has_many :statuses, class_name: 'CommitStatus'
has_many :builds, class_name: 'Ci::Build'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment