If I run `prefect server create-tenant --name defa...
# prefect-server
j
If I run
prefect server create-tenant --name default --slug default
but I already have a
default
tenant, will it overwrite the existing db tables?
j
Hi @Joseph Haaga - you'll get a uniqueness violation error if you try to create two tenants with the same name.
🙏 1