remit update

This commit is contained in:
fro1991
2025-07-27 19:29:54 +07:00
parent 6309b05d14
commit a5a751dd64

View File

@ -9,7 +9,7 @@ export class RemitConfigBeneficiaryProvince {
@PrimaryGeneratedColumn("uuid") @PrimaryGeneratedColumn("uuid")
id: string; id: string;
@ManyToOne(() => RemitIndoProvince, { onDelete: "NO ACTION", nullable: true }) @ManyToOne(() => RemitIndoProvince, { onDelete: "RESTRICT" })
@JoinColumn() @JoinColumn()
indo_province: RemitIndoProvince; indo_province: RemitIndoProvince;