File "/usr/lib/python3.10/site-packages/django/db/backends/utils.py", line 89, in _execute
return self.cursor.execute(sql, params)
django.db.utils.ProgrammingError: no existe la función account_balance(bigint, timestamp with time zone, unknown)
LINE 1: select sum((account_balance(accounts.id,'2023-01-17T12:49:27...
^
HINT: Ninguna función coincide en el nombre y tipos de argumentos. Puede ser necesario agregar conversión explícita de tipos.
File "/usr/lib/python3.10/site-packages/django/db/backends/utils.py", line 89, in _execute return self.cursor.execute(sql, params) django.db.utils.ProgrammingError: no existe la función account_balance(bigint, timestamp with time zone, unknown) LINE 1: select sum((account_balance(accounts.id,'2023-01-17T12:49:27... ^ HINT: Ninguna función coincide en el nombre y tipos de argumentos. Puede ser necesario agregar conversión explícita de tipos.