update
This commit is contained in:
4
modules/autoupgrade/upgrade/sql/1.7.4.1.sql
Normal file
4
modules/autoupgrade/upgrade/sql/1.7.4.1.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
SET SESSION sql_mode = '';
|
||||
SET NAMES 'utf8';
|
||||
|
||||
ALTER TABLE `PREFIX_cart_rule` ADD KEY `date_from` (`date_from`), ADD KEY `date_to` (`date_to`);
|
||||
Reference in New Issue
Block a user