diff options
author | Mark Wells <mark@freeside.biz> | 2014-02-24 19:11:34 -0800 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2014-02-24 19:11:34 -0800 |
commit | cf69a36faa57cdb544948c905059cf1e1ac73e07 (patch) | |
tree | c32639fed4f7cc956a9c574802df7d6aec3ce529 /bin/test_scrub_sql | |
parent | cc3a43f7d4386297a8babebfdd49646f836db127 (diff) |
fix deletion of objects with options, fallout from #13971
Diffstat (limited to 'bin/test_scrub_sql')
-rwxr-xr-x | bin/test_scrub_sql | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/test_scrub_sql b/bin/test_scrub_sql index fb26fe940..fe66805d3 100755 --- a/bin/test_scrub_sql +++ b/bin/test_scrub_sql @@ -15,11 +15,11 @@ foreach my $table (qw( part_export_option - payment_gateway payment_gateway_option + payment_gateway agent_payment_gateway - queue queue_arg + queue cust_pay_batch )) { print "DELETE FROM $table;\n"; |