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
2506
Commits
1
Branch
555
Tags
77 MiB
Tree:
bbe5d70720
ghostfolio
/
prisma
/
migrations
/
20220302193633_removed_symb...
/
migration.sql
3 lines
56 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
"
symbol
"
;