back to created date

This commit is contained in:
Joaquin Ossa 2025-01-21 10:18:46 +01:00
parent 15e0993b36
commit 89f7db1997

View file

@ -48,4 +48,4 @@ left join
int_simple_exchange_rates ser
on chu.currency_code = ser.from_currency
and ser.to_currency = 'GBP'
and ser.rate_date_utc = date_trunc('month', c.created_date_utc) + interval '1 month'
and c.created_date_utc = ser.rate_date_utc