New enterprise feature2
This commit is contained in:
@@ -171,7 +171,8 @@ async def clone_demo_data(
|
||||
business_model=demo_account_type,
|
||||
is_active=True,
|
||||
timezone="Europe/Madrid",
|
||||
owner_id=demo_owner_uuid # Required field - matches seed_demo_users.py
|
||||
owner_id=demo_owner_uuid, # Required field - matches seed_demo_users.py
|
||||
tenant_type="parent" if demo_account_type in ["enterprise", "enterprise_parent"] else "standalone"
|
||||
)
|
||||
|
||||
db.add(tenant)
|
||||
|
||||
Reference in New Issue
Block a user