Skip to content

Commit 5297b5e

Browse files
authored
fix: Change fee amount column type to numeric [DEV-5668] (#399)
fix: Change fee amount column type to numeric
1 parent 3041d6d commit 5297b5e

4 files changed

Lines changed: 905 additions & 37 deletions

File tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
ALTER TABLE "did_mainnet" ALTER COLUMN "amount" SET DATA TYPE numeric;--> statement-breakpoint
2+
ALTER TABLE "did_testnet" ALTER COLUMN "amount" SET DATA TYPE numeric;--> statement-breakpoint
3+
ALTER TABLE "resource_mainnet" ALTER COLUMN "amount" SET DATA TYPE numeric;--> statement-breakpoint
4+
ALTER TABLE "resource_testnet" ALTER COLUMN "amount" SET DATA TYPE numeric;

0 commit comments

Comments
 (0)