Sha256: d565ede9528ac9cd94190c8b4f4b185b68f4fb6a7dcd6673304a941d9befa7a7

Contents?: true

Size: 203 Bytes

Versions: 6

Compression:

Stored size: 203 Bytes

Contents

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

Version data entries

6 entries across 6 versions & 3 rubygems

Version Path
spree_weight_calculator-0.1.0 test/dummy/db/migrate/20160723192585_drop_return_authorization_amount.spree.rb
spree_order_reporting-0.0.3 spec/dummy/db/migrate/20160708163182_drop_return_authorization_amount.spree.rb
spree_order_reporting-0.0.2 spec/dummy/db/migrate/20160707103507_drop_return_authorization_amount.spree.rb
spree_order_reporting-0.0.1 spec/dummy/db/migrate/20160706112459_drop_return_authorization_amount.spree.rb
sprangular-0.1.0 spec/dummy/db/migrate/20141203183764_drop_return_authorization_amount.spree.rb
sprangular-0.0.1 spec/dummy/db/migrate/20141203183764_drop_return_authorization_amount.spree.rb