feat: configurable data retention period (#693)

* feat: data retention for tenants

* chore: generate and docs

* chore: lint
This commit is contained in:
abelanger5
2024-07-06 10:31:12 -04:00
committed by GitHub
parent 2b44f6fab6
commit f36e66cd28
31 changed files with 977 additions and 81 deletions
+1
View File
@@ -362,6 +362,7 @@ CREATE TABLE "Tenant" (
"alertMemberEmails" BOOLEAN NOT NULL DEFAULT true,
"controllerPartitionId" TEXT,
"workerPartitionId" TEXT,
"dataRetentionPeriod" TEXT NOT NULL DEFAULT '720h',
CONSTRAINT "Tenant_pkey" PRIMARY KEY ("id")
);