mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fix data type of activated field
This commit is contained in:
parent
f2523abecc
commit
885a01a1c2
@ -17,8 +17,8 @@ export class ServerUser extends BaseEntity {
|
||||
@Column({ length: 20, default: 'admin' })
|
||||
role: string
|
||||
|
||||
@Column({ length: 20, default: 0 })
|
||||
activated: TinyInt
|
||||
@Column({ default: 0 })
|
||||
activated: number
|
||||
|
||||
@Column({ name: 'last_login', default: null, nullable: true })
|
||||
lastLogin: Date
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user