diff options
author | Ivan Kohler <ivan@freeside.biz> | 2012-08-30 01:06:24 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2012-08-30 01:06:24 -0700 |
commit | eeaf714340d952dd557f685aa76cf9a94cdc6b73 (patch) | |
tree | 5f0036510e0cce8ae7ee63d5e70072271af85688 | |
parent | 966ef9f5a09505f18f2f7c6ca0da9246d88470bb (diff) |
no need for these indices
-rw-r--r-- | FS/FS/Schema.pm | 2 |
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' => { |