##// END OF EJS Templates
Add index to workflows.tracker_id (#23743)....
Jean-Philippe Lang -
r15477:973c9484b091
parent child
Show More
@@ -0,0 +1,9
1 class AddTrackerIdIndexToWorkflows < ActiveRecord::Migration
2 def self.up
3 add_index :workflows, :tracker_id
4 end
5
6 def self.down
7 remove_index :workflows, :tracker_id
8 end
9 end
General Comments 0
You need to be logged in to leave comments. Login now