Sha256: cb6f65e0f97a99843e3bf62ac1b77e6ef78e702d67fc75f0a8c2937963f312b7

Contents?: true

Size: 132 Bytes

Versions: 8

Compression:

Stored size: 132 Bytes

Contents

class AddIndexOnRefundCharge < ActiveRecord::Migration[5.1]
  def change
    add_index :stripe_refunds, :stripe_charge_id
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
stripe_model_callbacks-0.1.7 db/migrate/20180207185604_add_index_on_refund_charge.rb
stripe_model_callbacks-0.1.6 db/migrate/20180207185604_add_index_on_refund_charge.rb
stripe_model_callbacks-0.1.5 db/migrate/20180207185604_add_index_on_refund_charge.rb
stripe_model_callbacks-0.1.4 db/migrate/20180207185604_add_index_on_refund_charge.rb
stripe_model_callbacks-0.1.3 db/migrate/20180207185604_add_index_on_refund_charge.rb
stripe_model_callbacks-0.1.2 db/migrate/20180207185604_add_index_on_refund_charge.rb
stripe_model_callbacks-0.1.1 db/migrate/20180207185604_add_index_on_refund_charge.rb
stripe_model_callbacks-0.1.0 db/migrate/20180207185604_add_index_on_refund_charge.rb