From 22279635f29c43ef9874e5a3f5dfe63cabc9caf8 Mon Sep 17 00:00:00 2001 From: enxtur Date: Fri, 5 Jul 2024 01:19:02 +0800 Subject: [PATCH] HPC-9489: Add `planClusterType` to categoryGroup --- src/db/models/categoryGroup.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/db/models/categoryGroup.ts b/src/db/models/categoryGroup.ts index d2b82915..d441ec88 100644 --- a/src/db/models/categoryGroup.ts +++ b/src/db/models/categoryGroup.ts @@ -18,6 +18,7 @@ export const CATEGORY_GROUP_TYPE = t.keyof({ organizationLevel: null, organizationType: null, pendingStatus: null, + planClusterType: null, planCosting: null, planIndicated: null, planLanguage: null,