Added issue description.
This commit is contained in:
parent
8a9e90dac5
commit
94fd9a6e47
4 changed files with 15 additions and 5 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue