mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-15 20:25:23 +02:00
feat: add stripe webhooks
This commit is contained in:
@@ -30,6 +30,7 @@ export const admins = pgTable("admin", {
|
||||
.$defaultFn(() => new Date().toISOString()),
|
||||
stripeCustomerId: text("stripeCustomerId"),
|
||||
stripeSubscriptionId: text("stripeSubscriptionId"),
|
||||
stripeSubscriptionStatus: text("stripeSubscriptionStatus"),
|
||||
totalServers: integer("totalServers").notNull().default(0),
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user