feat: billing portal

This commit is contained in:
Henry
2025-01-03 15:12:31 +00:00
parent 67e714b8b0
commit 3ee0c0039c
14 changed files with 2383 additions and 693 deletions

View File

@@ -0,0 +1,2 @@
CREATE TYPE "public"."workspace_plan" AS ENUM('free', 'pro', 'enterprise');--> statement-breakpoint
ALTER TABLE "workspace" ADD COLUMN "plan" "workspace_plan" DEFAULT 'free' NOT NULL;

File diff suppressed because it is too large Load Diff

View File

@@ -15,6 +15,13 @@
"when": 1735821726274,
"tag": "0001_little_red_hulk",
"breakpoints": true
},
{
"idx": 2,
"version": "7",
"when": 1735904544867,
"tag": "0002_bored_retro_girl",
"breakpoints": true
}
]
}