mirror of
https://github.com/IT4Change/gradido.git
synced 2026-01-13 08:24:46 +00:00
missing change
This commit is contained in:
parent
d76798e02f
commit
864f1b085d
@ -41,7 +41,7 @@ export class User extends BaseEntity {
|
||||
lastName: string
|
||||
|
||||
@DeleteDateColumn()
|
||||
deletedAt: Date
|
||||
deletedAt: Date | null
|
||||
|
||||
@Column({ type: 'bigint', default: 0, unsigned: true })
|
||||
password: BigInt
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user