From c7427e0db3c17e62beed61a9ee3b1954007f44da Mon Sep 17 00:00:00 2001 From: fro1991 Date: Sat, 25 Oct 2025 23:51:15 +0700 Subject: [PATCH] update --- src/entity/trx_currencies.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/entity/trx_currencies.ts b/src/entity/trx_currencies.ts index 4bf09f6..6451294 100644 --- a/src/entity/trx_currencies.ts +++ b/src/entity/trx_currencies.ts @@ -7,10 +7,6 @@ export class TrxCurrency { @PrimaryGeneratedColumn("uuid") id: string; - @ManyToOne(() => TrxCountry, { onDelete: "NO ACTION" }) - @JoinColumn() - country: TrxCountry; - @Column({ nullable: true, length: 10,