mirror of
https://github.com/gitlabhq/gitlabhq.git
synced 2025-07-29 11:57:26 +00:00
Add latest changes from gitlab-org/gitlab@master
This commit is contained in:
@ -8,10 +8,12 @@ class CommitStatus < Ci::ApplicationRecord
|
||||
include Presentable
|
||||
include BulkInsertableAssociations
|
||||
include TaggableQueries
|
||||
include SafelyChangeColumnDefault
|
||||
|
||||
self.table_name = 'ci_builds'
|
||||
self.primary_key = :id
|
||||
partitionable scope: :pipeline
|
||||
columns_changing_default :partition_id
|
||||
|
||||
belongs_to :user
|
||||
belongs_to :project
|
||||
|
Reference in New Issue
Block a user