actually nodata was unnecessary as we're cloning from template and not from public
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
This commit is contained in:
parent
cb7cd11778
commit
3169599729
|
@ -42,7 +42,6 @@ class Tenant(TenantMixin, SerializerModel):
|
|||
name = models.TextField()
|
||||
|
||||
auto_create_schema = True
|
||||
clone_mode = "NODATA"
|
||||
auto_drop_schema = True
|
||||
ready = models.BooleanField(default=False)
|
||||
|
||||
|
|
Reference in New Issue