From: Ivan Kohler Date: Sun, 29 Jun 2014 22:25:47 +0000 (-0700) Subject: add index on prepay_credit.agentnum, RT#29748 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=14f73cfb3943afdadd37a5a4d5d765be55832305 add index on prepay_credit.agentnum, RT#29748 --- diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index b70b3518d..c2d959544 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -2815,7 +2815,7 @@ sub tables_hashref { ], 'primary_key' => 'prepaynum', 'unique' => [ ['identifier'] ], - 'index' => [], + 'index' => [ ['agentnum'] ], }, 'port' => {