##// END OF EJS Templates
DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null` (#905, #20533)....
Jean-Philippe Lang -
r14123:178a5e8e54e8
parent child
Show More
@@ -7,7 +7,7 class CreateImports < ActiveRecord::Migration
7 7 t.text :settings
8 8 t.integer :total_items
9 9 t.boolean :finished, :null => false, :default => false
10 t.timestamps
10 t.timestamps :null => false
11 11 end
12 12 end
13 13 end
General Comments 0
You need to be logged in to leave comments. Login now