Sha256: 5651c043fcad82b7d66ddf5d6cef00330be18d191663ab155c1a0b314fc02572
Contents?: true
Size: 348 Bytes
Versions: 6
Compression:
Stored size: 348 Bytes
Contents
class AddFieldsToSpreeLoyaltyPointsTransaction < ActiveRecord::Migration def change add_column :spree_loyalty_points_transactions, :source_type, :string rename_column :spree_loyalty_points_transactions, :order_id, :source_id add_column :spree_loyalty_points_transactions, :updated_balance, :integer, default: 0, null: false end end
Version data entries
6 entries across 6 versions & 1 rubygems