Annotated
This commit is contained in:
parent
dc33f71b18
commit
41e53eb980
28 changed files with 225 additions and 2 deletions
|
@ -1,3 +1,23 @@
|
|||
# == Schema Information
|
||||
#
|
||||
# Table name: merge_requests
|
||||
#
|
||||
# id :integer not null, primary key
|
||||
# target_branch :string(255) not null
|
||||
# source_branch :string(255) not null
|
||||
# project_id :integer not null
|
||||
# author_id :integer
|
||||
# assignee_id :integer
|
||||
# title :string(255)
|
||||
# closed :boolean default(FALSE), not null
|
||||
# created_at :datetime not null
|
||||
# updated_at :datetime not null
|
||||
# st_commits :text(4294967295
|
||||
# st_diffs :text(4294967295
|
||||
# merged :boolean default(FALSE), not null
|
||||
# state :integer default(1), not null
|
||||
#
|
||||
|
||||
require 'spec_helper'
|
||||
|
||||
describe MergeRequest do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue