Removed obsolete field 'included_in_price' from table 'Tax_group_items' in en_US...
[fa-stable.git] / sql / en_US-demo.sql
index b3544add06f4595bbcf0ba1ad1af6e9a73eed8f6..b402102e9e2bd2e09b7ca41754295f45e81687fa 100644 (file)
@@ -2103,7 +2103,6 @@ CREATE TABLE `0_tax_group_items` (
   `tax_group_id` int(11) NOT NULL default '0',
   `tax_type_id` int(11) NOT NULL default '0',
   `rate` double NOT NULL default '0',
-  `included_in_price` tinyint(1) NOT NULL default '0',
   PRIMARY KEY  (`tax_group_id`,`tax_type_id`)
 ) TYPE=InnoDB  ;