This commit is contained in:
fro1991
2025-07-27 21:03:05 +07:00
parent 71417f369c
commit 41d54645b7

View File

@ -82,7 +82,7 @@ export class RemitPartner {
@JoinColumn() @JoinColumn()
source_income: RemitConfigSourceIncome; source_income: RemitConfigSourceIncome;
@ManyToOne(() => RemitBeneficial, { onDelete: "NO ACTION" }) @ManyToOne(() => RemitBeneficial, { onDelete: "NO ACTION", nullable: true })
@JoinColumn() @JoinColumn()
benefecial: RemitBeneficial; benefecial: RemitBeneficial;