Skip to content
This repository was archived by the owner on Nov 25, 2025. It is now read-only.

Commit 2bb0123

Browse files
feat: improve cost precision handling
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
1 parent 734cf3f commit 2bb0123

File tree

18 files changed

+981
-83
lines changed

18 files changed

+981
-83
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
ALTER TABLE "message_request"
2+
ALTER COLUMN "cost_usd" TYPE numeric(21, 15),
3+
ALTER COLUMN "cost_usd" SET DEFAULT 0;

0 commit comments

Comments
 (0)