From 178a5e8e54e8c5976377f32cd71971aa6524dd9b Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sat, 15 Aug 2015 09:22:37 +0000 Subject: DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null` (#905, #20533). git-svn-id: http://svn.redmine.org/redmine/trunk@14505 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- db/migrate/20150730122707_create_imports.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/migrate/20150730122707_create_imports.rb b/db/migrate/20150730122707_create_imports.rb index 8b58d06c8..b6bedfc96 100644 --- a/db/migrate/20150730122707_create_imports.rb +++ b/db/migrate/20150730122707_create_imports.rb @@ -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 -- cgit v1.2.3