Sha256: 017a3a4131d5fb8b2963a598a8034536ac77fd07fcc65c4de5b3b4d4e5922884
Contents?: true
Size: 367 Bytes
Versions: 21
Compression:
Stored size: 367 Bytes
Contents
class CopyShippedShipmentsToCartons < ActiveRecord::Migration[4.2] # 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
21 entries across 21 versions & 1 rubygems