This commit is contained in:
fro1991
2026-01-06 22:45:39 +07:00
parent 2ab9cb84d2
commit 5e901f6221

View File

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