mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-07-14 10:25:22 +02:00
feat(cloud): add billing wip
This commit is contained in:
3
apps/dokploy/drizzle/0041_small_aaron_stack.sql
Normal file
3
apps/dokploy/drizzle/0041_small_aaron_stack.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
ALTER TABLE "admin" ADD COLUMN "stripeCustomerId" text;--> statement-breakpoint
|
||||
ALTER TABLE "admin" ADD COLUMN "stripeSubscriptionId" text;--> statement-breakpoint
|
||||
ALTER TABLE "admin" ADD COLUMN "totalServers" integer DEFAULT 0 NOT NULL;
|
||||
3928
apps/dokploy/drizzle/meta/0041_snapshot.json
Normal file
3928
apps/dokploy/drizzle/meta/0041_snapshot.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -288,6 +288,13 @@
|
||||
"when": 1728780577084,
|
||||
"tag": "0040_graceful_wolfsbane",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 41,
|
||||
"version": "6",
|
||||
"when": 1729314952330,
|
||||
"tag": "0041_small_aaron_stack",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user