update
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user