fix: ลบ isActive
This commit is contained in:
parent
6d1b0f5379
commit
a421f8d0f6
1 changed files with 0 additions and 9 deletions
|
|
@ -5,12 +5,6 @@ import { ProfileHonor } from "./ProfileHonor";
|
|||
|
||||
@Entity("profileHonorHistory")
|
||||
export class ProfileHonorHistory extends EntityBase {
|
||||
@Column({
|
||||
comment: "สถานะการใช้งาน",
|
||||
default: false,
|
||||
})
|
||||
isActive: boolean;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
length: 2000,
|
||||
|
|
@ -72,9 +66,6 @@ export class ProfileHonorHistory extends EntityBase {
|
|||
}
|
||||
|
||||
export class CreateProfileHonorHistory {
|
||||
@Column()
|
||||
isActive: boolean;
|
||||
|
||||
@Column()
|
||||
detail: string | null;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue