From e59d10eb036a2ef606066701806fc97c11badbb3 Mon Sep 17 00:00:00 2001 From: fro1991 Date: Sat, 25 Oct 2025 02:33:16 +0700 Subject: [PATCH] update --- src/entity/trx_country_bank_currencies.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/entity/trx_country_bank_currencies.ts b/src/entity/trx_country_bank_currencies.ts index 4452762..59caeeb 100644 --- a/src/entity/trx_country_bank_currencies.ts +++ b/src/entity/trx_country_bank_currencies.ts @@ -3,8 +3,8 @@ import { TrxCountry } from "./trx_countries"; import { TrxCurrency } from "./trx_currencies"; import { TrxBank } from "./trx_banks"; -@Entity("trx_country_currencies", { schema: "trx" }) -export class TrxCountryCurrency { +@Entity("trx_country_bank_currencies", { schema: "trx" }) +export class TrxCountryBankCurrency { @PrimaryGeneratedColumn("uuid") id: string;