user entity corrected

This commit is contained in:
sdraris 2025-09-12 00:40:56 +02:00
parent 1d17c216e9
commit 2afeef699b

View File

@ -35,7 +35,7 @@ export class Users {
@PrimaryGeneratedColumn('uuid') @PrimaryGeneratedColumn('uuid')
id: string; id: string;
@Column({ unique: true, name: 'courriel' }) @Column({ unique: true, name: 'email' })
email: string; email: string;
@Column({ name: 'mot_de_passe_hash' }) @Column({ name: 'mot_de_passe_hash' })