Add fullName field metadata type (#2563)
* Add fullName field metadata type * update seeds
This commit is contained in:
@ -30,6 +30,7 @@ export enum FieldMetadataType {
|
||||
LINK = 'LINK',
|
||||
CURRENCY = 'CURRENCY',
|
||||
RELATION = 'RELATION',
|
||||
FULL_NAME = 'FULL_NAME',
|
||||
}
|
||||
|
||||
@Entity('fieldMetadata')
|
||||
|
||||
Reference in New Issue
Block a user