[groupBy][Requires cache flush] Add WEEK date granularity (#16099)
Closes https://github.com/twentyhq/core-team-issues/issues/1921 https://github.com/user-attachments/assets/bf400ec1-ce25-4d9e-b875-774168452514
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ import { ObjectRecordGroupByDateGranularity } from 'twenty-shared/types';
|
||||
registerEnumType(ObjectRecordGroupByDateGranularity, {
|
||||
name: 'ObjectRecordGroupByDateGranularity',
|
||||
description:
|
||||
'Date granularity options (e.g. DAY, MONTH, QUARTER, YEAR, DAY_OF_THE_WEEK, MONTH_OF_THE_YEAR, QUARTER_OF_THE_YEAR)',
|
||||
'Date granularity options (e.g. DAY, MONTH, QUARTER, YEAR, WEEK, DAY_OF_THE_WEEK, MONTH_OF_THE_YEAR, QUARTER_OF_THE_YEAR)',
|
||||
});
|
||||
|
||||
export { ObjectRecordGroupByDateGranularity };
|
||||
|
||||
Reference in New Issue
Block a user