db/migrate/201401101723_create_jobs.rb in elasticrawl-1.0.0 vs db/migrate/201401101723_create_jobs.rb in elasticrawl-1.1.0
- old
+ new
@@ -4,10 +4,10 @@
t.string :type
t.string :job_name
t.string :job_desc
t.integer :max_files
t.string :job_flow_id
- t.timestamps
+ t.timestamps(:null => false)
end
add_index(:jobs, :job_name, :unique => true)
end
end