feat(stats): add unique user charts

This commit is contained in:
Adam
2026-06-20 14:54:15 -05:00
parent 597d49ffde
commit 71bd36b624
13 changed files with 327 additions and 127 deletions
@@ -0,0 +1,3 @@
ALTER TABLE `geo_stat` ADD `unique_users` bigint NOT NULL DEFAULT 0;--> statement-breakpoint
ALTER TABLE `model_stat` ADD `unique_users` bigint NOT NULL DEFAULT 0;--> statement-breakpoint
ALTER TABLE `provider_stat` ADD `unique_users` bigint NOT NULL DEFAULT 0;