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
3163
Commits
3
Branches
554
Tags
75 MiB
Tree:
02681cc479
ghostfolio
/
prisma
/
migrations
/
20220716071244_added_intern...
/
migration.sql
3 lines
66 B
Raw
Normal View
History
Feature/setup internet identity (#1080) * Setup Internet Identity as social login provider * Update changelog
3 years ago
-- AlterEnum
ALTER
TYPE
"
Provider
"
ADD
VALUE
'
INTERNET_IDENTITY
'
;