Sha256: 6c78d605ede1dab66f0e6e1d24d36b0aa73deaf76b5ea49f1502bddc05e71105

Contents?: true

Size: 208 Bytes

Versions: 9

Compression:

Stored size: 208 Bytes

Contents

# This migration comes from spree (originally 20140710190048)
class DropReturnAuthorizationAmount < ActiveRecord::Migration[4.2]
  def change
    remove_column :spree_return_authorizations, :amount
  end
end

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
spree_purchase_order-3.7.0 spec/dummy/db/migrate/20191113195863_drop_return_authorization_amount.spree.rb
spree_billing_sisow-0.9.2 spec/dummy/db/migrate/20190729091804_drop_return_authorization_amount.spree.rb
spree_billing_sisow-0.9.1 spec/dummy/db/migrate/20190729091804_drop_return_authorization_amount.spree.rb
spree_purchase_order-3.6.0 spec/dummy/db/migrate/20180516181992_drop_return_authorization_amount.spree.rb
spree_purchase_order-3.5.0 spec/dummy/db/migrate/20180516181992_drop_return_authorization_amount.spree.rb
spree_purchase_order-3.5.0.rc1 spec/dummy/db/migrate/20180516181992_drop_return_authorization_amount.spree.rb
spree_purchase_order-3.4.0 spec/dummy/db/migrate/20180516181992_drop_return_authorization_amount.spree.rb
spree_purchase_order-3.3.0 spec/dummy/db/migrate/20180516181992_drop_return_authorization_amount.spree.rb
spree_purchase_order-3.2.0 spec/dummy/db/migrate/20180516181992_drop_return_authorization_amount.spree.rb