This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
topaLE
/
ghostfolio
mirror of
https://github.com/ghostfolio/ghostfolio
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
3043
Commits
1
Branch
555
Tags
77 MiB
Tree:
10e725b51a
ghostfolio
/
prisma
/
migrations
/
20230318081658_added_isin_t...
/
migration.sql
3 lines
66 B
Raw
Normal View
History
Feature/extend data source eod historical data by asset class and isin (#1791) * Extend EodHistoricalDataService * asset and asset sub class * isin * Update changelog
2 years ago
-- AlterTable
ALTER
TABLE
"
SymbolProfile
"
ADD
COLUMN
"
isin
"
TEXT
;