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:
@ -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,
|
||||
];
|
||||
Reference in New Issue
Block a user