summaryrefslogtreecommitdiff
path: root/db/migrate/20160212123307_create_tasks.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20160212123307_create_tasks.rb')
-rw-r--r--db/migrate/20160212123307_create_tasks.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20160212123307_create_tasks.rb b/db/migrate/20160212123307_create_tasks.rb
index 20573b01351..8b5b1dd694d 100644
--- a/db/migrate/20160212123307_create_tasks.rb
+++ b/db/migrate/20160212123307_create_tasks.rb
@@ -9,7 +9,7 @@ class CreateTasks < ActiveRecord::Migration
t.integer :action, null: false
t.string :state, null: false, index: true
- t.timestamps
+ t.timestamps null: true
end
end
end