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