Files
nairobi/db/migrate/20171003095936_remove_officer_assigment_composed_index.rb
2017-10-03 12:02:30 +02:00

6 lines
198 B
Ruby

class RemoveOfficerAssigmentComposedIndex < ActiveRecord::Migration
def change
remove_index "poll_officer_assignments", name: "index_poll_officer_assignments_on_officer_id_and_date"
end
end