discourse-subscriptions/db/migrate/20191128044206_remove_custo...

6 lines
140 B
Ruby
Raw Normal View History

class RemoveCustomerIndex < ActiveRecord::Migration[6.0]
def change
remove_index :discourse_patrons_customers, :customer_id
end
end