fix(migration): migration got removed by force push (#2253)

This commit is contained in:
Vikhyath Mondreti
2025-12-08 14:07:03 -08:00
committed by GitHub
parent 4fb039f3e8
commit c197b04bcc
3 changed files with 7799 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
CREATE TYPE "public"."billing_blocked_reason" AS ENUM('payment_failed', 'dispute');--> statement-breakpoint
ALTER TABLE "organization" ADD COLUMN "credit_balance" numeric DEFAULT '0' NOT NULL;--> statement-breakpoint
ALTER TABLE "user_stats" ADD COLUMN "credit_balance" numeric DEFAULT '0' NOT NULL;--> statement-breakpoint
ALTER TABLE "user_stats" ADD COLUMN "billing_blocked_reason" "billing_blocked_reason";

File diff suppressed because it is too large Load Diff

View File

@@ -820,6 +820,13 @@
"when": 1764909191102,
"tag": "0117_silly_purifiers",
"breakpoints": true
},
{
"idx": 118,
"version": "7",
"when": 1765231535125,
"tag": "0118_tiresome_landau",
"breakpoints": true
}
]
}