##// END OF EJS Templates
Adds an index on issues parent_id (#23987)....
Jean-Philippe Lang -
r15721:3d1f72bc509e
parent child
Show More
@@ -0,0 +1,5
1 class AddIndexOnIssuesParentId < ActiveRecord::Migration
2 def change
3 add_index :issues, :parent_id
4 end
5 end
General Comments 0
You need to be logged in to leave comments. Login now