Skip to content
Prev Previous commit
Next Next commit
fix(db): use bigint for token counter columns in user_stats (#3755)
  • Loading branch information
waleedlatif1 authored Mar 25, 2026
commit 666dc67aa2e7a7ca0b6e76bef808d2f8f174a0f8
2 changes: 2 additions & 0 deletions packages/db/migrations/0181_dazzling_the_leader.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ALTER TABLE "user_stats" ALTER COLUMN "total_tokens_used" SET DATA TYPE bigint;--> statement-breakpoint
ALTER TABLE "user_stats" ALTER COLUMN "total_copilot_tokens" SET DATA TYPE bigint;
Loading