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
2980
Commits
3
Branches
554
Tags
75 MiB
Tree:
73cd2f9cb7
ghostfolio
/
prisma
/
migrations
/
20221128064317_added_commen...
/
migration.sql
3 lines
69 B
Raw
Normal View
History
Feature/improve asset profile management (#1485) * Improve asset profile management (Add note, fix filter) * Update changelog
2 years ago
-- AlterTable
ALTER
TABLE
"
SymbolProfile
"
ADD
COLUMN
"
comment
"
TEXT
;