Skip to content

Commit

Permalink
specify :null => true on timestamps to keep compatability with Rails 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Cooke committed Feb 24, 2015
1 parent 1cd597e commit 8d81faf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/migrate/20141012174250_create_authie_sessions.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def change
t.datetime :last_activity_at
t.string :last_activity_ip, :last_activity_path
t.string :user_agent
t.timestamps
t.timestamps :null => true
end
end
end

0 comments on commit 8d81faf

Please sign in to comment.