Skip to content

Commit

Permalink
chore: rename legacy pro to grandfathered pro (#6076)
Browse files Browse the repository at this point in the history
  • Loading branch information
darcyYe committed Jun 20, 2024
1 parent e6f06cb commit 92f47ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/schemas/src/consts/subscriptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export enum ReservedPlanId {
* @deprecated
* Should not use this plan ID, we only use this tag as a record for the legacy `pro` plan since we will rename the `hobby` plan to be `pro`.
*/
LegacyPro = 'legacy-pro',
GrandfatheredPro = 'grandfathered-pro',
Development = 'dev',
/**
* This plan ID is reserved for Admin tenant.
Expand Down

0 comments on commit 92f47ef

Please sign in to comment.