// Update installer
This commit is contained in:
@@ -828,7 +828,7 @@
|
||||
<value>7700</value>
|
||||
</configuration>
|
||||
<configuration id="PS_VERSION_DB" name="PS_VERSION_DB">
|
||||
<value>1.5.0.6</value>
|
||||
<value>1.5.0.7</value>
|
||||
</configuration>
|
||||
<configuration id="PS_VOLUME_UNIT_1" name="PS_VOLUME_UNIT">
|
||||
<value>L</value>
|
||||
@@ -843,7 +843,7 @@
|
||||
<value>localhost</value>
|
||||
</configuration>
|
||||
<configuration id="PS_INSTALL_VERSION" name="PS_INSTALL_VERSION">
|
||||
<value>1.5.0.6</value>
|
||||
<value>1.5.0.7</value>
|
||||
</configuration>
|
||||
<configuration id="PS_SHOP_NAME" name="PS_SHOP_NAME">
|
||||
<value>Test</value>
|
||||
|
||||
@@ -25,4 +25,4 @@
|
||||
* International Registered Trademark & Property of PrestaShop SA
|
||||
*/
|
||||
|
||||
define('_PS_INSTALL_VERSION_', '1.5.0.6');
|
||||
define('_PS_INSTALL_VERSION_', '1.5.0.7');
|
||||
|
||||
@@ -9,8 +9,3 @@ SET o.`current_state` = (
|
||||
LIMIT 1
|
||||
);
|
||||
|
||||
/* PHP:add_unknown_gender(); */;
|
||||
|
||||
ALTER TABLE `PREFIX_cart_rule` ADD `gift_product_attribute` int(10) unsigned NOT NULL default 0 AFTER `gift_product`;
|
||||
|
||||
UPDATE `PREFIX_product` set is_virtual = 1 WHERE id_product IN (SELECT id_product FROM `PREFIX_product_download` WHERE active = 1);
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
SET NAMES 'utf8';
|
||||
|
||||
/* PHP:add_unknown_gender(); */;
|
||||
|
||||
ALTER TABLE `PREFIX_cart_rule` ADD `gift_product_attribute` int(10) unsigned NOT NULL default 0 AFTER `gift_product`;
|
||||
|
||||
UPDATE `PREFIX_product` set is_virtual = 1 WHERE id_product IN (SELECT id_product FROM `PREFIX_product_download` WHERE active = 1);
|
||||
Reference in New Issue
Block a user