Skip to content

Commit 42d0a60

Browse files
committed
fix: move auto top-up amounts to org route from db schema
1 parent 10490f2 commit 42d0a60

File tree

5 files changed

+1676
-25
lines changed

5 files changed

+1676
-25
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
ALTER TABLE "org" ALTER COLUMN "auto_topup_threshold" DROP DEFAULT;--> statement-breakpoint
2+
ALTER TABLE "org" ALTER COLUMN "auto_topup_threshold" SET NOT NULL;--> statement-breakpoint
3+
ALTER TABLE "org" ALTER COLUMN "auto_topup_amount" DROP DEFAULT;--> statement-breakpoint
4+
ALTER TABLE "org" ALTER COLUMN "auto_topup_amount" SET NOT NULL;

0 commit comments

Comments
 (0)