summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2012-08-30 01:06:25 -0700
committerIvan Kohler <ivan@freeside.biz>2012-08-30 01:06:25 -0700
commitdf6cdc1880f1349af43d78d05f021544a859e772 (patch)
treeab43a36e6099121c1c879843053712ffc2b5bf6a
parentfd835e8371d399432fe82654ee78f7f6cc9cfb47 (diff)
no need for these indices
-rw-r--r--FS/FS/Schema.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index fd1e9deed..7e1243c1b 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' => {