feat(billing): add plan_billing sibling table for Stripe + catalog metadata

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-05-06 03:30:22 -04:00
parent a28b635b19
commit 974b188c1e
3 changed files with 74 additions and 0 deletions

View File

@@ -63,6 +63,7 @@ from .session_suggested_fix import SessionSuggestedFix
from .draft_template import DraftTemplate
from .account_settings import AccountSettings
from .oauth_identity import OAuthIdentity # noqa: F401
from .plan_billing import PlanBilling # noqa: F401
__all__ = [
"User",
@@ -140,4 +141,5 @@ __all__ = [
"DraftTemplate",
"AccountSettings",
"OAuthIdentity",
"PlanBilling",
]