mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-20 04:59:16 +00:00
Don't index new deleted_at column for spree_prices
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user