fix: ลบ isActive
This commit is contained in:
parent
c13ca10a3e
commit
23f8382928
18 changed files with 36 additions and 165 deletions
|
|
@ -13,12 +13,6 @@ export class ProfileEducation extends EntityBase {
|
|||
})
|
||||
profileId: string;
|
||||
|
||||
@Column({
|
||||
comment: "สถานะการใช้งาน",
|
||||
default: false,
|
||||
})
|
||||
isActive: boolean;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
comment: "ประเทศ",
|
||||
|
|
@ -178,7 +172,7 @@ export class ProfileEducation extends EntityBase {
|
|||
|
||||
export class CreateProfileEducation {
|
||||
profileId: string | null;
|
||||
isActive: boolean;
|
||||
|
||||
country: string | null;
|
||||
degree: string | null;
|
||||
duration: string | null;
|
||||
|
|
@ -201,7 +195,6 @@ export class CreateProfileEducation {
|
|||
}
|
||||
|
||||
export type UpdateProfileEducation = {
|
||||
isActive?: boolean;
|
||||
country?: string | null;
|
||||
degree?: string | null;
|
||||
duration?: string | null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue