deleted the collate

This commit is contained in:
Joaquin Ossa 2024-09-20 15:16:53 +02:00
parent 5ac1a65e90
commit 838628c7a8

View file

@ -4,7 +4,7 @@ with
)
select
id_exchange_rate as id_exchange_rate,
from_currency collate "en_US.utf8" as from_currency,
from_currency as from_currency,
to_currency as to_currency,
rate as rate,
rate_date_utc as rate_date_utc,