feat: billing portal
This commit is contained in:
2
packages/db/migrations/0002_bored_retro_girl.sql
Normal file
2
packages/db/migrations/0002_bored_retro_girl.sql
Normal 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;
|
||||
1508
packages/db/migrations/meta/0002_snapshot.json
Normal file
1508
packages/db/migrations/meta/0002_snapshot.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user