Removing duplicate migration
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
class AddPaymentMethodToDeliveryDestination < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :delivery_destinations, :payment_method, :string, default: 'cash_on_delivery'
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user