backport paycvv upgrade from 1.9: "orders of magnitude faster"
authorivan <ivan>
Fri, 17 Apr 2009 10:17:03 +0000 (10:17 +0000)
committerivan <ivan>
Fri, 17 Apr 2009 10:17:03 +0000 (10:17 +0000)
FS/FS/cust_main.pm

index 8f7530f..d3c0886 100644 (file)
@@ -6283,7 +6283,7 @@ sub _agent_plandata {
 sub _upgrade_data { #class method
   my ($class, %opts) = @_;
 
-  my $sql = 'UPDATE h_cust_main SET paycvv = NULL';
+  my $sql = 'UPDATE h_cust_main SET paycvv = NULL WHERE paycvv IS NOT NULL';
   my $sth = dbh->prepare($sql) or die dbh->errstr;
   $sth->execute or die $sth->errstr;