mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-05-04 08:39:36 -05:00
feat: configurable data retention period (#693)
* feat: data retention for tenants * chore: generate and docs * chore: lint
This commit is contained in:
@@ -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")
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user