mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-09 07:25:19 +02:00
fix sql type cast issue
This commit is contained in:
parent
13bc12ba94
commit
5ddd34a5c9
1 changed files with 1 additions and 1 deletions
|
@ -814,7 +814,7 @@ export class InsightService implements IInsightService {
|
|||
UNION ALL
|
||||
-- investment accounts
|
||||
SELECT
|
||||
s.asset_class AS "asset_type",
|
||||
s.asset_class::text AS "asset_type",
|
||||
SUM(h.value) AS "amount"
|
||||
FROM
|
||||
holdings_enriched h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue