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

@@ -23,7 +23,6 @@ export abstract class Scan {
/**
* The associated runner.
*/
@Column()
@IsNotEmpty()
@ManyToOne(() => Runner, runner => runner.scans)
runner: Runner;