Skip to content

Commit

Permalink
Added fields for expired_at and expired_in to the migration.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruben Homs committed Mar 25, 2013
1 parent 6786a5b commit e3c74cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions generators/oauth_consumer/templates/migration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ def self.up
t.string :type, :limit => 30
t.string :token, :limit => 1024 # This has to be huge because of Yahoo's excessively large tokens
t.string :refresh_token
t.string :expires_in
t.string :expires_at
t.string :secret
t.timestamps
end
Expand Down

0 comments on commit e3c74cb

Please sign in to comment.