Feature/allocations by etf holding (#3464)

* Setup allocations by ETF holding

* Update changelog
This commit is contained in:
Thomas Kaul
2024-06-07 21:45:07 +02:00
committed by GitHub
parent 3fb7e746df
commit 8a9ae9bb33
24 changed files with 302 additions and 9 deletions

View File

@ -0,0 +1,5 @@
-- AlterTable
ALTER TABLE "SymbolProfile" ADD COLUMN "holdings" JSONB DEFAULT '[]';
-- AlterTable
ALTER TABLE "SymbolProfileOverrides" ADD COLUMN "holdings" JSONB DEFAULT '[]';