Revert "Revert "do not copy tenant data""

This reverts commit 4bffb19704.
This commit is contained in:
Marc 'risson' Schmitt 2024-01-11 15:09:18 +01:00
parent 4bffb19704
commit 6945dafe0b
No known key found for this signature in database
GPG Key ID: 9C3FA22FABF1AA8D
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ class Tenant(TenantMixin, SerializerModel):
name = models.TextField()
auto_create_schema = True
clone_mode = "NODATA"
auto_drop_schema = True
ready = models.BooleanField(default=False)