Sha256: 13811a1f93981e60044ea48e81614e46b969b4495580464fc4c31f91b10d4e7d
Contents?: true
Size: 362 Bytes
Versions: 11
Compression:
Stored size: 362 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
11 entries across 11 versions & 1 rubygems