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

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