[*] CORE : Manual merge of https://github.com/PrestaShop/PrestaShop/ thanks @kpodemski
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
ALTER TABLE `PREFIX_customer_message` CHANGE `ip_address` `ip_address` VARCHAR( 15 ) NULL DEFAULT NULL;
|
||||
|
||||
UPDATE `PREFIX_orders` SET conversion_rate = 1 WHERE conversion_rate = 0;
|
||||
|
||||
ALTER TABLE `PREFIX_cms` ADD `indexation` tinyint(1) UNSIGNED NULL DEFAULT '1' AFTER `active`;
|
||||
|
||||
Reference in New Issue
Block a user