Sha256: ac863ceaa19ad89eecfbfceebe51fa40dece4e8fd076206aec9721328cee64e2
Contents?: true
Size: 180 Bytes
Versions: 6
Compression:
Stored size: 180 Bytes
Contents
class AddTransactionIdToSpreeLoyaltyPointsTransactions < ActiveRecord::Migration def change add_column :spree_loyalty_points_transactions, :transaction_id, :string end end
Version data entries
6 entries across 6 versions & 1 rubygems