X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=bin%2Ftest_scrub;h=850801f3b6592c07f8bdc42e11810008dab16d27;hp=e39a28a4e7eadaee418e432ba527dae5ac9e1ae8;hb=949a80c148a8bbeeeec54c5a0be5d73b292423a5;hpb=9d4a1a67b110523c36407e391e49fb255f596465 diff --git a/bin/test_scrub b/bin/test_scrub index e39a28a4e..850801f3b 100644 --- a/bin/test_scrub +++ b/bin/test_scrub @@ -23,13 +23,13 @@ getopts('h'); adminsuidsetup shift; +# payment_gateway +# payment_gateway_option +# agent_payment_gateway foreach my $table (qw( - part_export - part_export_option export_svc - payment_gateway - payment_gateway_option - agent_payment_gateway + part_export_option + part_export queue queue_arg )) { @@ -43,7 +43,7 @@ my $dsth = dbh->prepare("DELETE FROM cust_main_invoice WHERE dest != 'POST'") or die dbh->errstr; $dsth->execute or die $dsth->errstr; -foreach my $table (qw( cust_main +foreach my $table (qw( cust_main cust_payby cust_pay_pending cust_pay cust_pay_void cust_pay_batch cust_refund )) {