// normalization / minor fix in sql upgrader files
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/* PHP */
|
||||
/* PHP:AttributeGroup::cleanDeadCombinations(); */;
|
||||
/* PHP:attribute_group_clean_combinations() */;
|
||||
|
||||
/* STRUCTURE */
|
||||
SET NAMES 'utf8';
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* PHP */
|
||||
/* PHP:AttributeGroup::cleanDeadCombinations(); */;
|
||||
/* PHP:attribute_group_clean_combinations(); */;
|
||||
|
||||
/* STRUCTURE */
|
||||
SET NAMES 'utf8';
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* PHP */
|
||||
/* PHP:AttributeGroup::cleanDeadCombinations(); */;
|
||||
/* PHP:attribute_group_clean_combinations(); */;
|
||||
/* PHP:configuration_double_cleaner(); */;
|
||||
|
||||
SET NAMES 'utf8';
|
||||
|
||||
@@ -434,7 +434,7 @@ ALTER TABLE `PREFIX_country` ADD `zip_code_format` VARCHAR(12) NOT NULL DEFAULT
|
||||
|
||||
ALTER TABLE `PREFIX_product` ADD `unit_price` DECIMAL(20,6) NOT NULL DEFAULT '0.000000' AFTER `wholesale_price`;
|
||||
ALTER TABLE `PREFIX_product` ADD `unity` VARCHAR(10) NOT NULL DEFAULT '0.000000' AFTER `unit_price` ;
|
||||
ALTER TABLE `PREFIX_product_attribute` ADD `unit_price_impact`DECIMAL(17,2) NOT NULL DEFAULT '0.00' AFTER `weight`;
|
||||
ALTER TABLE `PREFIX_product_attribute` ADD `unit_price_impact` DECIMAL(17,2) NOT NULL DEFAULT '0.00' AFTER `weight`;
|
||||
|
||||
INSERT INTO `PREFIX_configuration` (`name`, `value`, `date_add`, `date_upd`) VALUES ('PS_VOLUME_UNIT', 'cl', NOW(), NOW());
|
||||
|
||||
|
||||
@@ -56,9 +56,9 @@ ALTER TABLE `PREFIX_tax_rule` MODIFY `id_county` INT NOT NULL AFTER `id_country`
|
||||
UPDATE `PREFIX_address_format` set `format`='firstname lastname
|
||||
company
|
||||
address1 address2
|
||||
city, State:name postcode
|
||||
city, State:name postcode
|
||||
Country:name
|
||||
phone'
|
||||
phone'
|
||||
WHERE `id_country` = (SELECT `id_country` FROM `PREFIX_country` WHERE `iso_code`='US');
|
||||
|
||||
ALTER TABLE `PREFIX_attachment` CHANGE `mime` `mime` VARCHAR(128) NOT NULL;
|
||||
|
||||
Reference in New Issue
Block a user