Sha256: 60d5f7e62447ba64722b0f1e0d35d36fdb7afac374c0b59f62cdcfa12449d576
Contents?: true
Size: 375 Bytes
Versions: 37
Compression:
Stored size: 375 Bytes
Contents
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
37 entries across 37 versions & 1 rubygems