From: Don Armstrong Date: Mon, 7 Aug 2017 21:05:05 +0000 (-0700) Subject: binver goes to bin_pkg X-Git-Url: https://git.donarmstrong.com/?p=debbugs.git;a=commitdiff_plain;h=29210542b260cfb576ca31ac5924cb9d25458d12 binver goes to bin_pkg --- 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();