diff --git a/autoupgrade.php b/autoupgrade.php index 58657d8a5..440d7226f 100644 --- a/autoupgrade.php +++ b/autoupgrade.php @@ -31,7 +31,7 @@ public function __construct() $this->name = 'autoupgrade'; $this->tab = 'administration'; $this->author = 'PrestaShop'; - $this->version = '4.14.0'; + $this->version = '4.14.1'; $this->need_instance = 1; $this->bootstrap = true; diff --git a/config.xml b/config.xml index b44f0b3ba..7c7916e0e 100644 --- a/config.xml +++ b/config.xml @@ -2,7 +2,7 @@ autoupgrade - + diff --git a/upgrade/sql/1.7.8.6.sql b/upgrade/sql/1.7.8.6.sql new file mode 100644 index 000000000..c7fae3727 --- /dev/null +++ b/upgrade/sql/1.7.8.6.sql @@ -0,0 +1,4 @@ +SET SESSION sql_mode=''; +SET NAMES 'utf8mb4'; + +ALTER TABLE `PREFIX_state` MODIFY COLUMN `name` VARCHAR(80) NOT NULL;