Fix field metadata comparator (#13390)
This commit is contained in:
@ -25,6 +25,10 @@ const commonFieldPropertiesToIgnore = [
|
||||
'asExpression',
|
||||
'generatedType',
|
||||
'isLabelSyncedWithName',
|
||||
'relationTargetFieldMetadataId',
|
||||
'relationTargetObjectMetadataId',
|
||||
'relationTargetFieldMetadata',
|
||||
'relationTargetObjectMetadata',
|
||||
];
|
||||
|
||||
const fieldPropertiesToStringify = ['defaultValue'] as const;
|
||||
|
||||
Reference in New Issue
Block a user