mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
remove todo for foreign keys since there is an issue now
This commit is contained in:
parent
277df94052
commit
76cbcc2393
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user