Sha256: a87406aef6a6ec3a77300b7325244f34b0a18ad5fc2018bcb6ea3d5fdf9f8613
Contents?: true
Size: 363 Bytes
Versions: 28
Compression:
Stored size: 363 Bytes
Contents
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
28 entries across 28 versions & 1 rubygems