diff options
author | ivan <ivan> | 2002-12-24 22:41:21 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-12-24 22:41:21 +0000 |
commit | ca4988d84148e7d17cffdd84bb6867cbcf271531 (patch) | |
tree | 04bec348a54e7fa9531a549f73316d8b9220a6c4 /FS/bin/freeside-setup | |
parent | dcf3808fb38f7d06721430db6a02f622cd4ee0dc (diff) |
optimization for ginourmous numbers of packages for intergate, whew
Diffstat (limited to 'FS/bin/freeside-setup')
-rwxr-xr-x | FS/bin/freeside-setup | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FS/bin/freeside-setup b/FS/bin/freeside-setup index 78a03385c..74164a066 100755 --- a/FS/bin/freeside-setup +++ b/FS/bin/freeside-setup @@ -675,7 +675,7 @@ sub tables_hash_hack { ], 'primary_key' => 'pkgpart', 'unique' => [], - 'index' => [], + 'index' => [ [ disabled ], ], }, # 'part_title' => { @@ -718,7 +718,7 @@ sub tables_hash_hack { ], 'primary_key' => 'svcpart', 'unique' => [], - 'index' => [], + 'index' => [ [ 'disabled' ] ], }, 'part_svc_column' => { |