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
3173
Commits
3
Branches
554
Tags
75 MiB
Tree:
80bb1b1f64
ghostfolio
/
prisma
/
migrations
/
20220725155238_added_commen...
/
migration.sql
3 lines
61 B
Raw
Normal View
History
Feature/add comment to activity (#1097) * Add comment to activity * Update changelog
3 years ago
-- AlterTable
ALTER
TABLE
"
Order
"
ADD
COLUMN
"
comment
"
TEXT
;