summaryrefslogtreecommitdiff
path: root/db/migrate/20130319214458_create_forked_project_links.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20130319214458_create_forked_project_links.rb')
-rw-r--r--db/migrate/20130319214458_create_forked_project_links.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20130319214458_create_forked_project_links.rb b/db/migrate/20130319214458_create_forked_project_links.rb
index 66eb11a4b2b..41b0b700a6f 100644
--- a/db/migrate/20130319214458_create_forked_project_links.rb
+++ b/db/migrate/20130319214458_create_forked_project_links.rb
@@ -5,7 +5,7 @@ class CreateForkedProjectLinks < ActiveRecord::Migration
t.integer :forked_to_project_id, null: false
t.integer :forked_from_project_id, null: false
- t.timestamps
+ t.timestamps null: true
end
add_index :forked_project_links, :forked_to_project_id, unique: true
end