Remove annotations from specs
This commit is contained in:
parent
9d4d40deed
commit
9e7d77cece
13 changed files with 0 additions and 212 deletions
|
@ -67,22 +67,3 @@ describe Issue do
|
|||
end
|
||||
end
|
||||
end
|
||||
# == Schema Information
|
||||
#
|
||||
# Table name: issues
|
||||
#
|
||||
# id :integer(4) not null, primary key
|
||||
# title :string(255)
|
||||
# assignee_id :integer(4)
|
||||
# author_id :integer(4)
|
||||
# project_id :integer(4)
|
||||
# created_at :datetime not null
|
||||
# updated_at :datetime not null
|
||||
# closed :boolean(1) default(FALSE), not null
|
||||
# position :integer(4) default(0)
|
||||
# critical :boolean(1) default(FALSE), not null
|
||||
# branch_name :string(255)
|
||||
# description :text
|
||||
# milestone_id :integer(4)
|
||||
#
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue