This commit is contained in:
2026-08-24 04:31:49 +02:00
parent 7bafd7a322
commit 65e1fdd55b
17 changed files with 19084 additions and 19039 deletions
+3
View File
@@ -602,6 +602,9 @@ func (s *Service) EnsureDefaultPlans(ctx context.Context) error {
if err := s.EnsureDefaultFeatureSeeds(ctx); err != nil {
return err
}
if err := s.EnsureSuperAdminPlan(ctx); err != nil {
return err
}
if err := s.EnsurePlanCatalogHygiene(ctx); err != nil {
return err
}