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
2535
Commits
3
Branches
554
Tags
75 MiB
Tree:
debd233c32
ghostfolio
/
prisma
/
migrations
/
20220302191841_removed_curr...
/
migration.sql
3 lines
58 B
Raw
Normal View
History
Eliminate data source from order model (#730) * Eliminate currency, data source and symbol from order model * Remove prefix for symbols with data source GHOSTFOLIO * Update changelog
3 years ago
-- AlterTable
ALTER
TABLE
"
Order
"
DROP
COLUMN
"
currency
"
;