Sha256: c23345d06a90065a2b9c3eb76039740634a46d71345e65b4a0c2b9ca5f78f8a1

Contents?: true

Size: 425 Bytes

Versions: 2

Compression:

Stored size: 425 Bytes

Contents

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

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

  def down
    Rake::Task["spree:migrations:copy_shipped_shipments_to_cartons: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/20160707103569_copy_shipped_shipments_to_cartons.spree.rb
spree_order_reporting-0.0.1 spec/dummy/db/migrate/20160706112521_copy_shipped_shipments_to_cartons.spree.rb