no need for these indices
authorIvan Kohler <ivan@freeside.biz>
Thu, 30 Aug 2012 08:06:25 +0000 (01:06 -0700)
committerIvan Kohler <ivan@freeside.biz>
Thu, 30 Aug 2012 08:06:25 +0000 (01:06 -0700)
FS/FS/Schema.pm

index fd1e9de..7e1243c 100644 (file)
@@ -482,7 +482,7 @@ sub tables_hashref {
       ],
       'primary_key' => 'agentpkgclassnum',
       'unique'      => [ [ 'agentnum', 'classnum' ], ],
-      'index'       => [ [ 'agentnum' ], [ 'classnum' ] ],
+      'index'       => [],
     },
 
     'agent_type' => {