Skip to content

Commit

Permalink
fix index
Browse files Browse the repository at this point in the history
  • Loading branch information
aduffeck committed Jun 7, 2010
1 parent 5c6626e commit 6d392fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/uuid_it/templates/create_uuids.rb
Expand Up @@ -5,7 +5,7 @@ def self.up
t.integer :uuidable_id
t.string :uuidable_type, :limit => 40
end
add_index :uuids, :uuidable_id
add_index :uuids, [:uuidable_id, :uuidable_type]
end

def self.down
Expand Down

0 comments on commit 6d392fd

Please sign in to comment.