fix a typo in the name of a Commerce table to be dropped
This commit is contained in:
parent
bd641dc600
commit
fd6dfd11a5
1 changed files with 1 additions and 1 deletions
|
|
@ -850,7 +850,7 @@ sub mergeProductsWithCommerce {
|
|||
##Clean up tables
|
||||
$session->db->write('drop table products');
|
||||
$session->db->write('drop table productParameters');
|
||||
$session->db->write('drop table productParameterOptionss');
|
||||
$session->db->write('drop table productParameterOptions');
|
||||
$session->db->write('drop table productVariants');
|
||||
##Remove old code
|
||||
#unlink '../../lib/WebGUI/Product.pm';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue