This commit is contained in:
fro1991
2025-10-22 00:35:06 +07:00
parent c12989c5d4
commit 5b510c97c6

View File

@ -16,7 +16,7 @@ export class TrxCurrencyRate {
@ManyToOne(() => TrxCurrency, { onDelete: "NO ACTION" })
@JoinColumn()
target: TrxCurrency;
currency: TrxCurrency;
@Column({
type: "float8",