Feature/extend data source eod historical data by asset class and isin (#1791)

* Extend EodHistoricalDataService

* asset and asset sub class
* isin

* Update changelog
This commit is contained in:
Thomas Kaul
2023-03-18 10:09:11 +01:00
committed by GitHub
parent 5db2faa17d
commit c8ca82b803
11 changed files with 166 additions and 23 deletions

View File

@@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "SymbolProfile" ADD COLUMN "isin" TEXT;