// Merge -> revision 8097

This commit is contained in:
rMalie
2011-08-17 16:10:20 +00:00
parent 5b26bb28b8
commit 66d4533e68
41 changed files with 107 additions and 135 deletions
+1 -1
View File
@@ -169,7 +169,7 @@ ALTER TABLE PREFIX_product_lang DROP INDEX `id_product`;
CREATE TABLE `PREFIX_customer_group` (
`id_customer` int(10) unsigned NOT NULL,
`id_group` int(10) unsigned NOT NULL,
PRIMARY KEY `customer_group_index` (`id_customer`,`id_group`),
PRIMARY KEY (`id_customer`,`id_group`),
INDEX customer_login(id_group)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;