remove Parameters and Options from the Sku Product

This commit is contained in:
Colin Kuskie 2008-04-28 22:41:38 +00:00
parent aae6a32df4
commit 99e5694513
3 changed files with 0 additions and 273 deletions

View file

@ -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;
}