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