From 2e1c07c5f70cde569a45a8360466faa88b3612d7 Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Tue, 5 Nov 2013 12:31:36 -0500 Subject: [PATCH] Argh ALWAYS RUN THE TESTS Signed-off-by: Shea Levy --- src/lib/Hydra/Schema/Builds.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/Hydra/Schema/Builds.pm b/src/lib/Hydra/Schema/Builds.pm index 6de55271..c81f6523 100644 --- a/src/lib/Hydra/Schema/Builds.pm +++ b/src/lib/Hydra/Schema/Builds.pm @@ -620,7 +620,7 @@ my %hint = ( ], eager_relations => { buildoutputs => 'name', - buildinputs => 'name', + buildinputs_builds => 'name', buildproducts => 'productnr', } );