Skip to content

Commit

Permalink
Add column report_base_model to ChargebackRate table
Browse files Browse the repository at this point in the history
  • Loading branch information
Hilda Stastna committed May 31, 2018
1 parent 5b34c61 commit 57100e3
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 57100e3

Please sign in to comment.