update
This commit is contained in:
5
modules/autoupgrade/upgrade/sql/1.7.2.1.sql
Normal file
5
modules/autoupgrade/upgrade/sql/1.7.2.1.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
SET SESSION sql_mode = '';
|
||||
SET NAMES 'utf8';
|
||||
|
||||
ALTER TABLE `PREFIX_search_index` DROP KEY `id_product`;
|
||||
ALTER TABLE `PREFIX_search_index` ADD KEY `id_product` (`id_product`,`weight`);
|
||||
Reference in New Issue
Block a user