fix: ลบ isActive

This commit is contained in:
Net 2024-03-21 10:42:12 +07:00 committed by Methapon2001
parent 6d1b0f5379
commit a421f8d0f6

View file

@ -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;