Remove objectMetadata isSoftDeletable
This commit is contained in:
@ -69,9 +69,6 @@ export class ObjectMetadataEntity implements ObjectMetadataInterface {
|
||||
@Column({ default: true })
|
||||
isAuditLogged: boolean;
|
||||
|
||||
@Column({ nullable: true, type: 'boolean' })
|
||||
isSoftDeletable?: boolean | null;
|
||||
|
||||
@Column({ nullable: true, type: 'uuid' })
|
||||
labelIdentifierFieldMetadataId?: string | null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user