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

8 lines
171 B
Ruby
Raw Normal View History

2019-11-28 03:51:03 -05:00
# frozen_string_literal: true
class RemoveCustomerIndex < ActiveRecord::Migration[6.0]
def change
remove_index :discourse_patrons_customers, :customer_id
end
end