diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2012-08-30 01:06:25 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2012-08-30 01:06:25 -0700 |
| commit | df6cdc1880f1349af43d78d05f021544a859e772 (patch) | |
| tree | ab43a36e6099121c1c879843053712ffc2b5bf6a | |
| parent | fd835e8371d399432fe82654ee78f7f6cc9cfb47 (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 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' => { |
