Sha256: 1af63bcd76521b19ecd60f6d550b4e5e9593ba25a47c10357b0b5f88efcdcab8

Contents?: true

Size: 437 Bytes

Versions: 2

Compression:

Stored size: 437 Bytes

Contents

# This migration comes from spree (originally 20150630175644)
class CopyOrderBillAddressToCreditCard < ActiveRecord::Migration
  # Prevent everything from running in one giant transaction in postrgres.
  disable_ddl_transaction!

  def up
    Rake::Task["spree:migrations:copy_order_bill_address_to_credit_card:up"].invoke
  end

  def down
    Rake::Task["spree:migrations:copy_order_bill_address_to_credit_card:down"].invoke
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
spree_order_reporting-0.0.2 spec/dummy/db/migrate/20160707103608_copy_order_bill_address_to_credit_card.spree.rb
spree_order_reporting-0.0.1 spec/dummy/db/migrate/20160706112560_copy_order_bill_address_to_credit_card.spree.rb