Sha256: 8a904f1fc5b6008c5ef885416d3bb7a01d9e43e53b9ddfccaee4e96c943c982a
Contents?: true
Size: 247 Bytes
Versions: 42
Compression:
Stored size: 247 Bytes
Contents
class AddStoreIdToPaymentMethods < ActiveRecord::Migration[5.2] def change unless column_exists?(:spree_payment_methods, :store_id) add_reference :spree_payment_methods, :store, references: :spree_stores, index: true end end end
Version data entries
42 entries across 42 versions & 1 rubygems