latest work #20

Merged
philipp merged 233 commits from dev into main 2020-12-09 18:49:33 +00:00
Showing only changes of commit e3133e0d5e - Show all commits

View File

@ -1,5 +1,5 @@
import { Entity, Column, ManyToOne, ChildEntity } from "typeorm";
import { IsOptional } from "class-validator";
import { IsNotEmpty } from "class-validator";
import { RunnerGroup } from "./RunnerGroup";
import { RunnerOrganisation } from "./RunnerOrganisation";