feat(stats): add unique user charts
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user