Aggregate queries - Fix empty / not empty operations on composite fields and array fields (#9644)

as per title

closes https://github.com/twentyhq/twenty/issues/9353
This commit is contained in:
Marie
2025-01-15 17:59:46 +01:00
committed by GitHub
parent b5c5bee6cf
commit 585212b441
3 changed files with 3 additions and 16 deletions

View File

@ -1,7 +0,0 @@
import { FieldMetadataType } from 'twenty-shared';
export const FIELD_METADATA_TYPES_TO_TEXT_COLUMN_TYPE = [
FieldMetadataType.TEXT,
FieldMetadataType.RICH_TEXT,
FieldMetadataType.ARRAY,
];