no more typo in validations entity
This commit is contained in:
parent
804c9e92a4
commit
7ff22febe4
@ -31,7 +31,7 @@ export class Validation {
|
||||
@JoinColumn({ name: 'valide_par', referencedColumnName: 'id' })
|
||||
validated_by?: Users;
|
||||
|
||||
@Column( { name: 'commenteaire', type: 'text', nullable: true })
|
||||
@Column( { name: 'commentaire', type: 'text', nullable: true })
|
||||
comment?: string;
|
||||
|
||||
@CreateDateColumn({ name: 'cree_le', type: 'timestamptz' })
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user