remove Parameters and Options from the Sku Product
This commit is contained in:
parent
aae6a32df4
commit
99e5694513
3 changed files with 0 additions and 273 deletions
|
|
@ -561,8 +561,6 @@ sub mergeProductsWithCommerce {
|
|||
my $session = shift;
|
||||
print "\tMerge old Commerce Products to new SKU based Products.\n" unless ($quiet);
|
||||
## Add the parameter and variants columns
|
||||
$session->db->write("alter table Product add column parameters mediumtext");
|
||||
$session->db->write("alter table Product add column variants mediumtext");
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue