summaryrefslogtreecommitdiff
path: root/db/migrate/20130711063759_create_project_group_links.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20130711063759_create_project_group_links.rb')
-rw-r--r--db/migrate/20130711063759_create_project_group_links.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20130711063759_create_project_group_links.rb b/db/migrate/20130711063759_create_project_group_links.rb
index bd9d40a50db..8da7ff6f4cd 100644
--- a/db/migrate/20130711063759_create_project_group_links.rb
+++ b/db/migrate/20130711063759_create_project_group_links.rb
@@ -5,7 +5,7 @@ class CreateProjectGroupLinks < ActiveRecord::Migration
t.integer :project_id, null: false
t.integer :group_id, null: false
- t.timestamps
+ t.timestamps null: true
end
end
end