Sha256: e15fff4a8827105c55398903a5eb5b230859e043f632357c25b27eb17411a8a6
Contents?: true
Size: 308 Bytes
Versions: 8
Compression:
Stored size: 308 Bytes
Contents
# NOTE: This migration is only required if you use the API integration strategy. # If you're using the XML file instead, you can safely skip these columns. class AddBacktracsApiSyncFields < ActiveRecord::Migration[5.2] def change add_column :spree_shipments, :backtracs_synced_at, :datetime end end
Version data entries
8 entries across 8 versions & 2 rubygems