summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 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' => {