Sha256: 3627ec91fd609c6c661e9ed166b7c6a730d19eef61d973987a051ef3cb3a0683

Contents?: true

Size: 181 Bytes

Versions: 17

Compression:

Stored size: 181 Bytes

Contents

class DropRecipientFromTxns < ActiveRecord::Migration
  def change
    remove_column :bloom_remit_txns, :recipient_id
    remove_column :bloom_remit_txns, :recipient_type
  end
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
bloom_remit-0.13.0 db/migrate/20160805004223_drop_recipient_from_txns.rb
bloom_remit-0.12.1 db/migrate/20160805004223_drop_recipient_from_txns.rb
bloom_remit-0.12.0 db/migrate/20160805004223_drop_recipient_from_txns.rb
bloom_remit-0.11.0 db/migrate/20160805004223_drop_recipient_from_txns.rb
bloom_remit-0.10.0 db/migrate/20160805004223_drop_recipient_from_txns.rb
bloom_remit-0.9.0 db/migrate/20160805004223_drop_recipient_from_txns.rb
bloom_remit-0.8.0 db/migrate/20160805004223_drop_recipient_from_txns.rb
bloom_remit-0.7.0 db/migrate/20160805004223_drop_recipient_from_txns.rb
bloom_remit-0.6.1 db/migrate/20160805004223_drop_recipient_from_txns.rb
bloom_remit-0.6.0 db/migrate/20160805004223_drop_recipient_from_txns.rb
bloom_remit-0.5.0 db/migrate/20160805004223_drop_recipient_from_txns.rb
bloom_remit-0.4.1 db/migrate/20160805004223_drop_recipient_from_txns.rb
bloom_remit-0.4.0 db/migrate/20160805004223_drop_recipient_from_txns.rb
bloom_remit-0.3.0 db/migrate/20160805004223_drop_recipient_from_txns.rb
bloom_remit-0.2.1 db/migrate/20160805004223_drop_recipient_from_txns.rb
bloom_remit-0.2.0 db/migrate/20160805004223_drop_recipient_from_txns.rb
bloom_remit-0.1.0 db/migrate/20160805004223_drop_recipient_from_txns.rb