From 33484f4335b65cef84a8ef5eaede57c3d19042e5 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Thu, 24 Feb 2022 00:27:13 +0100 Subject: [PATCH] missing entity change --- database/entity/0027-clean_transaction_table/Transaction.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/database/entity/0027-clean_transaction_table/Transaction.ts b/database/entity/0027-clean_transaction_table/Transaction.ts index c23600386..e50f5d164 100644 --- a/database/entity/0027-clean_transaction_table/Transaction.ts +++ b/database/entity/0027-clean_transaction_table/Transaction.ts @@ -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