We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9632d7 commit decdd4eCopy full SHA for decdd4e
packages/twenty-server/src/engine/metadata-modules/object-metadata/object-metadata.entity.ts
@@ -96,7 +96,7 @@ export class ObjectMetadataEntity implements Required<ObjectMetadataEntity> {
96
@Column({ nullable: true, type: 'varchar' })
97
shortcut: string | null;
98
99
- // TODO should not be nullable legacy introduce when label identifier was nullable
+ // TODO: This should not be nullable - legacy field introduced when label identifier was nullable
100
@Column({ nullable: true, type: 'uuid' })
101
labelIdentifierFieldMetadataId: string | null;
102
0 commit comments