Skip to content

Commit

Permalink
Merge pull request #209 from hstastna/Add_SubMetric_to_Chargebac_Rate…
Browse files Browse the repository at this point in the history
…_Detail

Add column report_base_model to ChargebackRate table
  • Loading branch information
Fryguy authored Sep 4, 2018
2 parents 3599bd1 + 57100e3 commit 0afeaad
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class AddReportBaseModelToChargebackRate < ActiveRecord::Migration[5.0]
def change
add_column :chargeback_rates, :report_base_model, :string
end
end

0 comments on commit 0afeaad

Please sign in to comment.