0000698: Spare 'rate' field in tax_group_items
[fa-stable.git] / sql / alter2.4.sql
index d944173746f9c8100c03c49e3a4559c91b95534c..e3ac792981749171d924d5961f10e3d7f5979a12 100644 (file)
@@ -33,3 +33,4 @@ UPDATE `0_tax_group_items` tgi
        WHERE tgi.rate=(SELECT 0_tax_types.rate FROM 0_tax_types, 0_tax_groups 
                WHERE tax_shipping=1 AND tgi.tax_group_id=0_tax_groups.id AND tgi.tax_type_id=0_tax_types.id);
 ALTER TABLE `0_tax_groups` DROP COLUMN `tax_shipping`;
+ALTER TABLE `0_tax_group_items` DROP COLUMN `rate`;