From 29210542b260cfb576ca31ac5924cb9d25458d12 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Mon, 7 Aug 2017 14:05:05 -0700 Subject: [PATCH] binver goes to bin_pkg --- bin/debbugs-updatesqlcache | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/debbugs-updatesqlcache b/bin/debbugs-updatesqlcache index 0c00c59..aaad709 100755 --- a/bin/debbugs-updatesqlcache +++ b/bin/debbugs-updatesqlcache @@ -228,10 +228,9 @@ sub update_cache { }, {columns => [qw(bug_binpackage.id)], join => {bin => - {bin_vers => {bin_pkg => 'bug_binpackage' - }}}, + }}, result_class => 'DBIx::Class::ResultClass::HashRefInflator', }, )->all(); -- 2.39.2