Migrate update profile &profileEmployee add isDelete
This commit is contained in:
parent
b69f8a6c08
commit
a40d98c5a9
3 changed files with 35 additions and 0 deletions
|
|
@ -188,6 +188,12 @@ export class Profile extends EntityBase {
|
|||
})
|
||||
keycloak: string;
|
||||
|
||||
@Column({
|
||||
comment: "สถานะการถูกลบผู้ใช้งานใน keycloak",
|
||||
default: false,
|
||||
})
|
||||
isDelete: boolean;
|
||||
|
||||
@Column({
|
||||
comment: "ทดลองปฏิบัติหน้าที่",
|
||||
default: false,
|
||||
|
|
|
|||
|
|
@ -204,6 +204,12 @@ export class ProfileEmployee extends EntityBase {
|
|||
})
|
||||
keycloak: string;
|
||||
|
||||
@Column({
|
||||
comment: "สถานะการถูกลบผู้ใช้งานใน keycloak",
|
||||
default: false,
|
||||
})
|
||||
isDelete: boolean;
|
||||
|
||||
@Column({
|
||||
comment: "ทดลองปฏิบัติหน้าที่",
|
||||
default: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue