We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fb039f commit c197b04Copy full SHA for c197b04
3 files changed
packages/db/migrations/0118_tiresome_landau.sql
@@ -0,0 +1,4 @@
1
+CREATE TYPE "public"."billing_blocked_reason" AS ENUM('payment_failed', 'dispute');--> statement-breakpoint
2
+ALTER TABLE "organization" ADD COLUMN "credit_balance" numeric DEFAULT '0' NOT NULL;--> statement-breakpoint
3
+ALTER TABLE "user_stats" ADD COLUMN "credit_balance" numeric DEFAULT '0' NOT NULL;--> statement-breakpoint
4
+ALTER TABLE "user_stats" ADD COLUMN "billing_blocked_reason" "billing_blocked_reason";
0 commit comments