update
This commit is contained in:
@ -3,8 +3,8 @@ import { TrxCountry } from "./trx_countries";
|
|||||||
import { TrxCurrency } from "./trx_currencies";
|
import { TrxCurrency } from "./trx_currencies";
|
||||||
import { TrxBank } from "./trx_banks";
|
import { TrxBank } from "./trx_banks";
|
||||||
|
|
||||||
@Entity("trx_country_currencies", { schema: "trx" })
|
@Entity("trx_country_bank_currencies", { schema: "trx" })
|
||||||
export class TrxCountryCurrency {
|
export class TrxCountryBankCurrency {
|
||||||
@PrimaryGeneratedColumn("uuid")
|
@PrimaryGeneratedColumn("uuid")
|
||||||
id: string;
|
id: string;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user