Feature/allocations by etf holding (#3464)
* Setup allocations by ETF holding * Update changelog
This commit is contained in:
@ -0,0 +1,5 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE "SymbolProfile" ADD COLUMN "holdings" JSONB DEFAULT '[]';
|
||||
|
||||
-- AlterTable
|
||||
ALTER TABLE "SymbolProfileOverrides" ADD COLUMN "holdings" JSONB DEFAULT '[]';
|
Reference in New Issue
Block a user