reannotated
This commit is contained in:
parent
2a04341fba
commit
21b1fee92c
17 changed files with 56 additions and 49 deletions
|
@ -9,14 +9,13 @@
|
|||
# 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(2147483647)
|
||||
# st_diffs :text(2147483647)
|
||||
# merged :boolean default(FALSE), not null
|
||||
# merge_status :integer default(1), not null
|
||||
# milestone_id :integer
|
||||
# state :string(255)
|
||||
# merge_status :string(255)
|
||||
#
|
||||
|
||||
require 'spec_helper'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue