Commit c898dc00 authored by Jeroen van Baarsen's avatar Jeroen van Baarsen

Make the db and statemachine default is the same

parent 0f31acd0
......@@ -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
......
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