debian-mirror-gitlab/db/migrate/20151109134526_add_issues_state_index.rb
2015-12-23 02:04:40 +05:30

6 lines
105 B
Ruby

class AddIssuesStateIndex < ActiveRecord::Migration
def change
add_index :issues, :state
end
end