summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorivan <ivan>2002-12-24 22:41:23 +0000
committerivan <ivan>2002-12-24 22:41:23 +0000
commitb1d4c3b5b5a05d38a4baf9c49bd7fdfb6990531d (patch)
tree0be6669217e4d1cddd996a600bb0779aa8e0605d /FS
parent022f47d636bcec1699a0e8ebce394f5756af5f8c (diff)
optimization for ginourmous numbers of packages for intergate, whew
Diffstat (limited to 'FS')
-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 8f3d99fd5..8b7466222 100755
--- a/FS/bin/freeside-setup
+++ b/FS/bin/freeside-setup
@@ -669,7 +669,7 @@ sub tables_hash_hack {
],
'primary_key' => 'pkgpart',
'unique' => [],
- 'index' => [],
+ 'index' => [ [ disabled ], ],
},
# 'part_title' => {
@@ -712,7 +712,7 @@ sub tables_hash_hack {
],
'primary_key' => 'svcpart',
'unique' => [],
- 'index' => [],
+ 'index' => [ [ 'disabled' ] ],
},
'part_svc_column' => {