You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(webapp): activate managed-cloud orgs via select-plan, not at creation
New managed-cloud orgs were created already activated, so they skipped the
select-plan flow that provisions their billing entitlement — leaving the
free-tier usage cap unenforced. Create managed-cloud orgs deactivated so
they're routed through select-plan, which activates them once a plan is
selected. Self-hosters have no billing gate and remain active immediately.
Rename the Organization.v3Enabled Prisma field to isActivated (mapped to the
existing v3Enabled column, so the database and billing service are unchanged)
to better reflect what the flag now gates.
New managed-cloud orgs were created already activated, so they skipped the select-plan flow that provisions their billing entitlement — leaving the free-tier usage cap unenforced. Managed-cloud orgs are now created deactivated and routed through select-plan, which activates them once a plan is selected. Self-hosters have no billing gate and remain active immediately.
0 commit comments