Skip to content

Commit

Permalink
add devainandor's consumer token index size fix to migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
pelle committed Jul 12, 2012
1 parent ea082eb commit de94fcd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def self.up
t.timestamps
end

add_index :consumer_tokens, :token, :unique => true
add_index :consumer_tokens, :token, :unique => true, :length => 100

end

Expand Down

0 comments on commit de94fcd

Please sign in to comment.