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
3089
Commits
3
Branches
554
Tags
75 MiB
Tree:
4e368e09a6
ghostfolio
/
prisma
/
migrations
/
20230205173009_added_countr...
/
migration.sql
3 lines
65 B
Raw
Normal View
History
Feature/extend analytics by country (#1661) * Extend analytics by country * Fix Upgrade Plan button of subscription interstitial * Update changelog
2 years ago
-- AlterTable
ALTER
TABLE
"
Analytics
"
ADD
COLUMN
"
country
"
TEXT
;