Cleaned up relations

ref #11
This commit is contained in:
2020-12-02 16:00:09 +01:00
parent d0a1ea3292
commit dd5f4488be
11 changed files with 0 additions and 13 deletions

View File

@@ -22,7 +22,6 @@ export abstract class Donation {
/**
* The donations's donor.
*/
@Column()
@IsNotEmpty()
@ManyToOne(() => Participant, donor => donor.donations)
donor: Participant;