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