From 5e901f6221719aeede6e452b273680e78a7d60aa Mon Sep 17 00:00:00 2001 From: fro1991 Date: Tue, 6 Jan 2026 22:45:39 +0700 Subject: [PATCH] update --- src/entity/hrms/hrms_payroll_monthly.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/entity/hrms/hrms_payroll_monthly.ts b/src/entity/hrms/hrms_payroll_monthly.ts index 7382ef2..5c21c30 100644 --- a/src/entity/hrms/hrms_payroll_monthly.ts +++ b/src/entity/hrms/hrms_payroll_monthly.ts @@ -4,7 +4,7 @@ import { HrmsEmployee } from "./hrms_employee"; import { HrmsPayroll } from "./hrms_payroll"; @Entity("hrms_payroll_monthly", { schema: "hrms" }) -@Index(["employee", "period_month", "period_year"], { unique: true }) +// @Index(["employee", "period_month", "period_year"], { unique: true }) export class HrmsPayrollMonthly { @PrimaryGeneratedColumn("uuid") id: string;