Skip to content

Commit

Permalink
Add remember_token to migration template.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Bleigh committed Mar 21, 2009
1 parent f91eeee commit e33bb84
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions generators/twitter_auth/templates/migration.rb
Expand Up @@ -10,6 +10,9 @@ def self.up
t.string :salt
<% end -%>

t.string :remember_token
t.datetime :remember_token_expires_at

# This information is automatically kept
# in-sync at each login of the user. You
# may remove any/all of these columns.
Expand Down

0 comments on commit e33bb84

Please sign in to comment.