Don't index new deleted_at column for spree_prices

This commit is contained in:
Matt-Yorkley
2019-09-09 17:59:03 +01:00
parent 95fcff8bb1
commit 64a501ee20

View File

@@ -1,6 +1,5 @@
class AddDeletedAtToSpreePrices < ActiveRecord::Migration
def change
add_column :spree_prices, :deleted_at, :datetime
add_index :spree_prices, :deleted_at
end
end