Sha256: ceaba522133842c98011cdc9ffbc5bc8cc7b298be30602bbf09c74263b4dbcff
Contents?: true
Size: 281 Bytes
Versions: 6
Compression:
Stored size: 281 Bytes
Contents
class AddLoyaltyPointsToSpreeReturnAuthorization < ActiveRecord::Migration def change add_column :spree_return_authorizations, :loyalty_points, :integer, default: 0, null: false add_column :spree_return_authorizations, :loyalty_points_transaction_type, :string end end
Version data entries
6 entries across 6 versions & 1 rubygems