Skip to content

Commit c061ee1

Browse files
committed
fix(db): use bigint for token counter columns in user_stats
1 parent 228578e commit c061ee1

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)