no more typo in validations entity

This commit is contained in:
Sofiane Draris 2025-09-13 18:30:38 +02:00
parent 804c9e92a4
commit 7ff22febe4

View File

@ -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' })