Commit 313595e171c9931b4d61b1b4b19c50347bc4f87b

Authored by Dmitriy Zaporozhets
1 parent b7445bb0

Annotated

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
spec/models/merge_request_spec.rb
... ... @@ -16,6 +16,7 @@
16 16 # st_diffs :text(4294967295
17 17 # merged :boolean default(FALSE), not null
18 18 # state :integer default(1), not null
  19 +# milestone_id :integer
19 20 #
20 21  
21 22 require 'spec_helper'
... ...