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