Sha256: a99992b702e25fc6e2d407e0f644d1a8262f570af8358269135545a578d0861a

Contents?: true

Size: 302 Bytes

Versions: 1

Compression:

Stored size: 302 Bytes

Contents

# This migration comes from spree_purchase_order (originally 20161214190805)
class AddPaymentMethodIdToSpreePurchaseOrders < ActiveRecord::Migration[4.2]
  def change
    add_column :spree_purchase_orders, :payment_method_id, :integer
    add_index :spree_purchase_orders, :payment_method_id
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
spree_purchase_order-3.7.0 spec/dummy/db/migrate/20191113195975_add_payment_method_id_to_spree_purchase_orders.spree_purchase_order.rb