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
1555
Commits
3
Branches
554
Tags
75 MiB
Tree:
c8ca82b803
ghostfolio
/
prisma
/
migrations
/
20220903065048_removed_alia...
/
migration.sql
3 lines
54 B
Raw
Normal View
History
Feature/remove alias from user (#1218) * Remove alias * Update changelog
3 years ago
-- AlterTable
ALTER
TABLE
"
User
"
DROP
COLUMN
"
alias
"
;