summaryrefslogtreecommitdiff
path: root/db/migrate/20140729134820_create_labels.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20140729134820_create_labels.rb')
-rw-r--r--db/migrate/20140729134820_create_labels.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20140729134820_create_labels.rb b/db/migrate/20140729134820_create_labels.rb
index df0f8cb9f03..589aced0d76 100644
--- a/db/migrate/20140729134820_create_labels.rb
+++ b/db/migrate/20140729134820_create_labels.rb
@@ -6,7 +6,7 @@ class CreateLabels < ActiveRecord::Migration
t.string :color
t.integer :project_id
- t.timestamps
+ t.timestamps null: true
end
end
end