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 | # |
12 | 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 | 16 | create_table "issues", :force => true do |t| |
17 | 17 | t.string "title" |
18 | - t.text "content" | |
19 | 18 | t.integer "assignee_id" |
20 | 19 | t.integer "author_id" |
21 | 20 | t.integer "project_id" | ... | ... |