twitter-auth 0.1.9 → 0.1.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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.
|