remit update
This commit is contained in:
@ -9,7 +9,7 @@ export class RemitConfigBeneficiaryProvince {
|
||||
@PrimaryGeneratedColumn("uuid")
|
||||
id: string;
|
||||
|
||||
@ManyToOne(() => RemitIndoProvince, { onDelete: "NO ACTION", nullable: true })
|
||||
@ManyToOne(() => RemitIndoProvince, { onDelete: "RESTRICT" })
|
||||
@JoinColumn()
|
||||
indo_province: RemitIndoProvince;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user