Skip to content

Commit

Permalink
not ready for contexts yet
Browse files Browse the repository at this point in the history
  • Loading branch information
jackdempsey committed Dec 8, 2008
1 parent 3b63265 commit e87e288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sequel_taggable/migration.rb
Expand Up @@ -10,7 +10,7 @@ def up
integer :tag_id, :null => false
integer :taggable_id, :null => false
varchar :taggable_type, :null => false
varchar :tag_context, :null => false
#varchar :tag_context, :null => false

datetime :created_at
index [:tag_id, :taggable_id, :taggable_type]
Expand Down

0 comments on commit e87e288

Please sign in to comment.