Removed obsolete field 'included_in_price' from table 'Tax_group_items' in en_US...
[fa-stable.git] / sql / alter2.2.sql
index b0a9173ea90f3d8d3caa3079b5a4cc46e9b90e97..1965a8dc0525246b0142a118bdf870f8bac2ffc9 100644 (file)
@@ -37,3 +37,4 @@ ALTER TABLE `0_movement_types` ADD COLUMN `inactive` tinyint(1) NOT NULL default
 ALTER TABLE `0_item_tax_types` ADD COLUMN `inactive` tinyint(1) NOT NULL default '0';
 ALTER TABLE `0_tax_types` ADD COLUMN `inactive` tinyint(1) NOT NULL default '0';
 ALTER TABLE `0_tax_groups` ADD COLUMN `inactive` tinyint(1) NOT NULL default '0';
+ALTER TABLE `0_tax_group_items` DROP COLUMN `included_in_price`;