no need for these indices
[freeside.git] / 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' => {