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