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
2677
Commits
3
Branches
554
Tags
75 MiB
Tree:
69d85eadfd
ghostfolio
/
prisma
/
migrations
/
20240224102024_removed_is_d...
/
migration.sql
3 lines
61 B
Raw
Normal View
History
Feature/remove is default flag from account database schema (#3041) * Remove isDefault flag from Account database schema * Update changelog
1 year ago
-- AlterTable
ALTER
TABLE
"
Account
"
DROP
COLUMN
"
isDefault
"
;