From ca4988d84148e7d17cffdd84bb6867cbcf271531 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 24 Dec 2002 22:41:21 +0000 Subject: optimization for ginourmous numbers of packages for intergate, whew --- FS/bin/freeside-setup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'FS/bin') 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' => { -- cgit v1.2.1