diff --git a/database/entity/0061-event_refactoring/Event.ts b/database/entity/0061-event_refactoring/Event.ts index 0f2afab43..601852ccd 100644 --- a/database/entity/0061-event_refactoring/Event.ts +++ b/database/entity/0061-event_refactoring/Event.ts @@ -65,8 +65,6 @@ export class Event extends BaseEntity { @JoinColumn({ name: 'involved_contribution_id', referencedColumnName: 'id' }) involvedContribution: Contribution | null - // TEST do we need the Id field definition? - // TODO we need proper foreign keys to have things working without the explicit column @Column({ name: 'involved_contribution_message_id', type: 'int', unsigned: true, nullable: true }) involvedContributionMessageId: number | null