]> source.dussan.org Git - redmine.git/commitdiff
DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null...
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 15 Aug 2015 09:22:37 +0000 (09:22 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 15 Aug 2015 09:22:37 +0000 (09:22 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@14505 e93f8b46-1217-0410-a6f0-8f06a7374b81

db/migrate/20150730122707_create_imports.rb

index 8b58d06c84a5378b263cdd1dca12100cc8799268..b6bedfc96de053a05c5040bf457b5d64f1be4c05 100644 (file)
@@ -7,7 +7,7 @@ class CreateImports < ActiveRecord::Migration
       t.text :settings
       t.integer :total_items
       t.boolean :finished, :null => false, :default => false
-      t.timestamps
+      t.timestamps :null => false
     end
   end
 end