diff --git a/upgrade/sql/9.1.0.sql b/upgrade/sql/9.1.0.sql index b7ea3874a2..76ab2d7b2d 100644 --- a/upgrade/sql/9.1.0.sql +++ b/upgrade/sql/9.1.0.sql @@ -43,3 +43,6 @@ ALTER TABLE `PREFIX_cart_rule_product_rule` MODIFY COLUMN `type` ENUM( 'products', 'categories', 'attributes', 'manufacturers', 'suppliers', 'combinations' ) NOT NULL; + +/* PHP:add_column('log', 'hash', 'CHAR(32) DEFAULT NULL AFTER `id_employee`'); */; +ALTER TABLE `PREFIX_log` ADD INDEX `hash` (`hash`);