From: Ivan Kohler Date: Sun, 29 Jun 2014 22:25:41 +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=5dd12ebde3e35336ece3ddf9d8460fa60520cf12 add index on prepay_credit.agentnum, RT#29748 --- diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index ea4e2c2a2..b0980e8ef 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -4041,7 +4041,7 @@ sub tables_hashref { ], 'primary_key' => 'prepaynum', 'unique' => [ ['identifier'] ], - 'index' => [], + 'index' => [ ['agentnum'] ], 'foreign_keys' => [ { columns => [ 'agentnum' ], table => 'agent',