twitter-auth 0.1.9 → 0.1.10
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION.yml +1 -1
- data/generators/twitter_auth/templates/migration.rb +3 -0
- metadata +1 -1
data/VERSION.yml
CHANGED
@@ -10,6 +10,9 @@ class TwitterAuthMigration < ActiveRecord::Migration
|
|
10
10
|
t.string :salt
|
11
11
|
<% end -%>
|
12
12
|
|
13
|
+
t.string :remember_token
|
14
|
+
t.datetime :remember_token_expires_at
|
15
|
+
|
13
16
|
# This information is automatically kept
|
14
17
|
# in-sync at each login of the user. You
|
15
18
|
# may remove any/all of these columns.
|