diff --git a/generators/twitter_auth/templates/migration.rb b/generators/twitter_auth/templates/migration.rb index 03b1522..9854c5d 100644 --- a/generators/twitter_auth/templates/migration.rb +++ b/generators/twitter_auth/templates/migration.rb @@ -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.