Skip to content

Commit

Permalink
Merge pull request #2033 from wikimatze/remove-ar-deprecation-timesta…
Browse files Browse the repository at this point in the history
…mp-warnings

Remove deprecation warning for ActiveRecord, fixes #2019
  • Loading branch information
nesquena committed May 9, 2016
2 parents c6a1f11 + 532ceb5 commit bd7adb4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -168,7 +168,7 @@ def self.down
AR_MODEL_UP_MG = (<<-MIGRATION).gsub(/^/,' ') unless defined?(AR_MODEL_UP_MG)
create_table :!TABLE! do |t|
!FIELDS!
t.timestamps
t.timestamps null: false
end
MIGRATION

Expand Down

0 comments on commit bd7adb4

Please sign in to comment.