do not copy tenant data
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
This commit is contained in:
parent
eb78587963
commit
3af4843b62
|
@ -42,6 +42,7 @@ class Tenant(TenantMixin, SerializerModel):
|
||||||
name = models.TextField()
|
name = models.TextField()
|
||||||
|
|
||||||
auto_create_schema = True
|
auto_create_schema = True
|
||||||
|
clone_mode = "NODATA"
|
||||||
auto_drop_schema = True
|
auto_drop_schema = True
|
||||||
ready = models.BooleanField(default=False)
|
ready = models.BooleanField(default=False)
|
||||||
|
|
||||||
|
|
Reference in New Issue