Skip to content

Commit

Permalink
Merge pull request #421 from lpichler/rename_chargeback_rate_detail_c…
Browse files Browse the repository at this point in the history
…urrency_to_currency

Rename table chargeback_rate_detail_currencies to currencies
  • Loading branch information
carbonin committed Nov 19, 2019
2 parents 1027ee1 + 379a8c9 commit 9df2ad0
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 RenameChargebackRateDetailCurrencyToCurrency < ActiveRecord::Migration[5.1]
def change
rename_table :chargeback_rate_detail_currencies, :currencies
end
end

0 comments on commit 9df2ad0

Please sign in to comment.