Sha256: 469e02b57ca20d3c78e027db121471284af854fda584ca7d21dc6276fbdf5081

Contents?: true

Size: 420 Bytes

Versions: 2

Compression:

Stored size: 420 Bytes

Contents

# This migration comes from spree (originally 20150313201235)
class AddImportedFromShipmentIdToCartons < ActiveRecord::Migration
  def change
    # Temporarily add this column until we're sure that this migration and the
    # upcoming code changes are working correctly
    add_column :spree_cartons, :imported_from_shipment_id, :integer
    add_index :spree_cartons, :imported_from_shipment_id, unique: true
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
spree_order_reporting-0.0.2 spec/dummy/db/migrate/20160707103568_add_imported_from_shipment_id_to_cartons.spree.rb
spree_order_reporting-0.0.1 spec/dummy/db/migrate/20160706112520_add_imported_from_shipment_id_to_cartons.spree.rb