Skip to content

Commit

Permalink
Following on from previous commit, update schema.db.
Browse files Browse the repository at this point in the history
  • Loading branch information
steveyken committed Dec 27, 2012
1 parent 6bdf112 commit 46d2412
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -353,8 +353,8 @@
t.integer "taggable_id"
t.integer "tagger_id"
t.string "tagger_type"
t.string "taggable_type"
t.string "context"
t.string "taggable_type", :limit => 50
t.string "context", :limit => 50
t.datetime "created_at"
end

Expand Down

0 comments on commit 46d2412

Please sign in to comment.