mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-09 15:07:55 -05:00
fix(migration): migration got removed by force push (#2253)
This commit is contained in:
committed by
GitHub
parent
4fb039f3e8
commit
c197b04bcc
4
packages/db/migrations/0118_tiresome_landau.sql
Normal file
4
packages/db/migrations/0118_tiresome_landau.sql
Normal 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";
|
||||
7788
packages/db/migrations/meta/0118_snapshot.json
Normal file
7788
packages/db/migrations/meta/0118_snapshot.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -820,6 +820,13 @@
|
||||
"when": 1764909191102,
|
||||
"tag": "0117_silly_purifiers",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 118,
|
||||
"version": "7",
|
||||
"when": 1765231535125,
|
||||
"tag": "0118_tiresome_landau",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user