parent
f32291d714
commit
4d593eb840
@ -1,4 +1,4 @@
|
|||||||
import { PrimaryGeneratedColumn, Column } from "typeorm";
|
import { PrimaryGeneratedColumn, Column, ManyToOne } from "typeorm";
|
||||||
import {
|
import {
|
||||||
IsBoolean,
|
IsBoolean,
|
||||||
IsDateString,
|
IsDateString,
|
||||||
@ -25,14 +25,6 @@ export class TrackScan extends Scan {
|
|||||||
@IsInt()
|
@IsInt()
|
||||||
id: number;
|
id: number;
|
||||||
|
|
||||||
/**
|
|
||||||
* The associated runner.
|
|
||||||
*/
|
|
||||||
@Column()
|
|
||||||
@IsNotEmpty()
|
|
||||||
//TODO: Relationship
|
|
||||||
runner: Runner;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The associated track.
|
* The associated track.
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user