Add account hierarchy framework with migrations, RLS policies, and UI components

This commit is contained in:
T. Zehetbauer
2026-03-31 22:18:04 +02:00
parent 7e7da0b465
commit 59546ad6d2
262 changed files with 11671 additions and 3927 deletions

View File

@@ -23,7 +23,7 @@ export const CMS_BILLING_PLANS = {
],
pricing: {
monthly: { amount: 1900, currency: 'eur' }, // 19,00 €
yearly: { amount: 19000, currency: 'eur' }, // 190,00 € (2 Monate gratis)
yearly: { amount: 19000, currency: 'eur' }, // 190,00 € (2 Monate gratis)
},
},
@@ -49,7 +49,7 @@ export const CMS_BILLING_PLANS = {
],
pricing: {
monthly: { amount: 4900, currency: 'eur' }, // 49,00 €
yearly: { amount: 49000, currency: 'eur' }, // 490,00 €
yearly: { amount: 49000, currency: 'eur' }, // 490,00 €
},
},
@@ -75,7 +75,7 @@ export const CMS_BILLING_PLANS = {
],
pricing: {
monthly: { amount: 14900, currency: 'eur' }, // 149,00 €
yearly: { amount: 149000, currency: 'eur' }, // 1.490,00 €
yearly: { amount: 149000, currency: 'eur' }, // 1.490,00 €
},
},
} as const;