1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-19 15:01:14 +00:00

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
This commit is contained in:
Jean-Philippe Lang 2015-08-15 09:22:37 +00:00
parent 5fffbdc016
commit 178a5e8e54

View 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