summaryrefslogtreecommitdiff
path: root/FS/FS/Schema.pm
diff options
context:
space:
mode:
authorivan <ivan>2005-10-24 11:56:35 +0000
committerivan <ivan>2005-10-24 11:56:35 +0000
commitfbff7663ff6fb115bcd4dae2eb991b90339bf68d (patch)
tree6c7586521f4a8fd5ab20d57f9263ada018380a5f /FS/FS/Schema.pm
parentcccd0b7cd38a88c131e19981be38434f87abe194 (diff)
fix rate plan editing with new xmlhttp progressbar - use POST instead of GET. also optimize SQL on rate search screen
Diffstat (limited to 'FS/FS/Schema.pm')
-rw-r--r--FS/FS/Schema.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index 12a4fd5..aacc164 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -1122,7 +1122,7 @@ sub tables_hashref {
],
'primary_key' => 'ratedetailnum',
'unique' => [ [ 'ratenum', 'orig_regionnum', 'dest_regionnum' ] ],
- 'index' => [],
+ 'index' => [ [ 'ratenum', 'dest_regionnum' ] ],
},
'rate_region' => {