user entity corrected
This commit is contained in:
parent
1d17c216e9
commit
2afeef699b
@ -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' })
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user