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,