From: Ivan Kohler Date: Thu, 30 Aug 2012 08:06:24 +0000 (-0700) Subject: no need for these indices X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=eeaf714340d952dd557f685aa76cf9a94cdc6b73 no need for these indices --- diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index 4f4390c57..709e9f9c6 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -482,7 +482,7 @@ sub tables_hashref { ], 'primary_key' => 'agentpkgclassnum', 'unique' => [ [ 'agentnum', 'classnum' ], ], - 'index' => [ [ 'agentnum' ], [ 'classnum' ] ], + 'index' => [], }, 'agent_type' => {