Skip to content

Commit 666dc67

Browse files
authored
fix(db): use bigint for token counter columns in user_stats (#3755)
1 parent 7af7a22 commit 666dc67

File tree

4 files changed

+14441
-2
lines changed

4 files changed

+14441
-2
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
ALTER TABLE "user_stats" ALTER COLUMN "total_tokens_used" SET DATA TYPE bigint;--> statement-breakpoint
2+
ALTER TABLE "user_stats" ALTER COLUMN "total_copilot_tokens" SET DATA TYPE bigint;

0 commit comments

Comments
 (0)