Skip to content

Commit

Permalink
Merge pull request #2089 from trade-tariff/HMRC-614-Ex-Rates-Change-to-i
Browse files Browse the repository at this point in the history
HMRC-614 Remove diacritics from VED
  • Loading branch information
neilmiddleton authored Jan 28, 2025
2 parents 714400f + e948dfa commit 802af32
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions db/migrate/20250128110215_update_diacritics_in_currencies.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# frozen_string_literal: true

Sequel.migration do
up do
ExchangeRateCountryCurrency.where(currency_description: 'Venezuelan Bolívar').update(currency_description: 'Venezuelan Bolivar')
end
end

0 comments on commit 802af32

Please sign in to comment.