6 lines
198 B
Ruby
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
|