Added issue description.

This commit is contained in:
Steven Verbeek 2012-03-17 00:24:40 -03:00
parent 8a9e90dac5
commit 94fd9a6e47
4 changed files with 15 additions and 5 deletions

View file

@ -27,6 +27,7 @@ ActiveRecord::Schema.define(:version => 20120307095918) do
create_table "issues", :force => true do |t|
t.string "title"
t.text "description"
t.integer "assignee_id"
t.integer "author_id"
t.integer "project_id"