fix rate plan editing with new xmlhttp progressbar - use POST instead of GET. also...
[freeside.git] / FS / FS / Schema.pm
index 12a4fd5..aacc164 100644 (file)
@@ -1122,7 +1122,7 @@ sub tables_hashref {
       ],
       'primary_key' => 'ratedetailnum',
       'unique'      => [ [ 'ratenum', 'orig_regionnum', 'dest_regionnum' ] ],
-      'index'       => [],
+      'index'       => [ [ 'ratenum', 'dest_regionnum' ] ],
     },
 
     'rate_region' => {