Browse Source

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
tags/3.2.0
Jean-Philippe Lang 8 years ago
parent
commit
178a5e8e54
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      db/migrate/20150730122707_create_imports.rb

+ 1
- 1
db/migrate/20150730122707_create_imports.rb 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

Loading…
Cancel
Save