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;