Sha256: e22d82288ef8a913558761588ad230d280d67087f53fd3971d5948efddad5a60
Contents?: true
Size: 136 Bytes
Versions: 5
Compression:
Stored size: 136 Bytes
Contents
class AddVariantIdToAuction < ActiveRecord::Migration[5.1] def change add_column :spree_auctions, :variant_id, :integer end end
Version data entries
5 entries across 5 versions & 1 rubygems