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
76 MiB
Tree:
c8ca82b803
ghostfolio
/
prisma
/
migrations
/
20221227203757_added_price_...
/
migration.sql
3 lines
78 B
Raw
Normal View
History
Feature/add price to subscription (#1551) * Add price * Update changelog
2 years ago
-- AlterTable
ALTER
TABLE
"
Subscription
"
ADD
COLUMN
"
price
"
DOUBLE
PRECISION
;