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