Signed-off-by: Yannick Bungers <git@innay.de> Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
Signed-off-by: David Mehren <git@herrmehren.de>
TypeORM does not support WHERE queries for relation-colums directly. This replaces the Equal() constructor with a manual comparison of the IDs. See https://github.com/typeorm/typeorm/issues/2707 Signed-off-by: David Mehren <git@herrmehren.de>
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>