feat(stats): add unique user charts

This commit is contained in:
Adam
2026-06-20 14:54:45 -05:00
parent 2d993cd0d5
commit 24c70ec974
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;