Sha256: 8f155b7d90b06e867554de6ebe783737267beec44d05d733c216fd9a8e0f3b6c
Contents?: true
Size: 196 Bytes
Versions: 1
Compression:
Stored size: 196 Bytes
Contents
class AddTrackerIdToCartons < ActiveRecord::Migration[5.2] def change add_column :spree_cartons, :easy_post_tracker_id, :string add_index :spree_cartons, :easy_post_tracker_id end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
solidus_easypost-3.0.0 | db/migrate/20201025110912_add_tracker_id_to_cartons.rb |