Sha256: 40a5fda5c9ed0333cc76ea3dbdcc8aa876ad43f5e2e07e32e6de62279b8f76a9
Contents?: true
Size: 226 Bytes
Versions: 9
Compression:
Stored size: 226 Bytes
Contents
# This migration comes from spree (originally 20150522071831) class AddPositionToSpreePaymentMethods < ActiveRecord::Migration[4.2] def change add_column :spree_payment_methods, :position, :integer, default: 0 end end
Version data entries
9 entries across 9 versions & 2 rubygems