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
2681
Commits
3
Branches
554
Tags
75 MiB
Tree:
6b0dadb895
ghostfolio
/
prisma
/
migrations
/
20230222200407_added_coinge...
/
migration.sql
3 lines
60 B
Raw
Normal View
History
Adding Coingecko Data Provider (#1736) * Adding Coingecko Data Provider * Update changelog --------- Co-authored-by: Thomas <4159106+dtslvr@users.noreply.github.com>
2 years ago
-- AlterEnum
ALTER
TYPE
"
DataSource
"
ADD
VALUE
'
COINGECKO
'
;