summaryrefslogtreecommitdiff
path: root/FS/bin/freeside-setup
diff options
context:
space:
mode:
authorivan <ivan>2002-12-24 22:41:21 +0000
committerivan <ivan>2002-12-24 22:41:21 +0000
commitca4988d84148e7d17cffdd84bb6867cbcf271531 (patch)
tree04bec348a54e7fa9531a549f73316d8b9220a6c4 /FS/bin/freeside-setup
parentdcf3808fb38f7d06721430db6a02f622cd4ee0dc (diff)
optimization for ginourmous numbers of packages for intergate, whew
Diffstat (limited to 'FS/bin/freeside-setup')
-rwxr-xr-xFS/bin/freeside-setup4
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' => {