openfoodfoundation/openfoodnetwork

View on GitHub
db/migrate/20190916110029_drop_completed_at_index_on_spree_orders.rb

Summary

Maintainability
A
0 mins
Test Coverage
class DropCompletedAtIndexOnSpreeOrders < ActiveRecord::Migration[4.2]
  def change
    remove_index :spree_orders, :completed_at
  end
end