Commit f476c42d00dbea1ddc0736bf991eeb36b9d5dd22
1 parent
f295ff84
Exists in
master
and in
4 other branches
remove content column from issues
Showing
2 changed files
with
10 additions
and
2 deletions
Show diff stats
db/schema.rb
| @@ -11,11 +11,10 @@ | @@ -11,11 +11,10 @@ | ||
| 11 | # | 11 | # |
| 12 | # It's strongly recommended to check this file into your version control system. | 12 | # It's strongly recommended to check this file into your version control system. |
| 13 | 13 | ||
| 14 | -ActiveRecord::Schema.define(:version => 20111101222453) do | 14 | +ActiveRecord::Schema.define(:version => 20111111093150) do |
| 15 | 15 | ||
| 16 | create_table "issues", :force => true do |t| | 16 | create_table "issues", :force => true do |t| |
| 17 | t.string "title" | 17 | t.string "title" |
| 18 | - t.text "content" | ||
| 19 | t.integer "assignee_id" | 18 | t.integer "assignee_id" |
| 20 | t.integer "author_id" | 19 | t.integer "author_id" |
| 21 | t.integer "project_id" | 20 | t.integer "project_id" |