missing entity change

This commit is contained in:
Ulf Gebhardt 2022-02-24 00:27:13 +01:00
parent 8aaa6117ba
commit 33484f4335
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -8,9 +8,6 @@ export class Transaction extends BaseEntity {
@Column({ name: 'user_id', unsigned: true, nullable: false })
userId: number
@Column({ name: 'transaction_id', unsigned: true, nullable: false })
transactionId: number
@Column({ name: 'type_id', unsigned: true, nullable: false })
typeId: number