Feature/extend analytics by country (#1661)

* Extend analytics by country

* Fix Upgrade Plan button of subscription interstitial

* Update changelog
This commit is contained in:
Thomas Kaul
2023-02-05 18:57:12 +01:00
committed by GitHub
parent e4468252c6
commit 1b2f8e5586
17 changed files with 532 additions and 19 deletions

View File

@@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "Analytics" ADD COLUMN "country" TEXT;