update
This commit is contained in:
@ -16,7 +16,7 @@ export class TrxCurrencyRate {
|
||||
|
||||
@ManyToOne(() => TrxCurrency, { onDelete: "NO ACTION" })
|
||||
@JoinColumn()
|
||||
target: TrxCurrency;
|
||||
currency: TrxCurrency;
|
||||
|
||||
@Column({
|
||||
type: "float8",
|
||||
|
||||
Reference in New Issue
Block a user