mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-13 22:59:19 +10:00
Make the db and statemachine default is the same
This commit is contained in:
@@ -26,7 +26,7 @@ class MergeRequestDiff < ActiveRecord::Base
|
||||
|
||||
delegate :target_branch, :source_branch, to: :merge_request, prefix: nil
|
||||
|
||||
state_machine :state, initial: :empty do
|
||||
state_machine :state, initial: :collected do
|
||||
state :collected
|
||||
state :timeout
|
||||
state :overflow_commits_safe_size
|
||||
|
||||
Reference in New Issue
Block a user