From eeaf714340d952dd557f685aa76cf9a94cdc6b73 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Thu, 30 Aug 2012 01:06:24 -0700 Subject: [PATCH] no need for these indices --- FS/FS/Schema.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' => { -- 2.11.0