mirror of
https://github.com/goauthentik/authentik.git
synced 2026-06-17 19:09:11 +03:00
Revert "do not copy tenant data"
This reverts commit d07ae9423672f068b0bd8be409ff9b58452a80f2.
This commit is contained in:
@@ -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
Block a user