Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix(db): use bigint for token counter columns in user_stats
  • Loading branch information
waleedlatif1 committed Mar 25, 2026
commit c061ee1ae146f374844e7098fd8d87be915f400a
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
Loading