Sha256: f2bae42c356c4cf6217f5f1e7bbf08d890ebb3ccf82b090fb0b33ad6d7962bb7
Contents?: true
Size: 141 Bytes
Versions: 2
Compression:
Stored size: 141 Bytes
Contents
class AddPositionToPaymentMethod < ActiveRecord::Migration def change add_column :spree_payment_methods, :position, :integer end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
spree_sort_payment_methods-2.1.2 | db/migrate/20140117184359_add_position_to_payment_method.rb |
spree_sort_payment_methods-2.0.1 | db/migrate/20140117184359_add_position_to_payment_method.rb |