From 42e1a25ec0d6e48e830b8303def4e0780c991d3d Mon Sep 17 00:00:00 2001 From: mMarinetti Date: Mon, 21 May 2012 17:19:52 +0000 Subject: [PATCH] // remove not useful comments git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15556 b9a71923-0436-4b27-9f14-aed3839534dd --- .../upgrade/php/p15012_add_missing_columns.php | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/install-dev/upgrade/php/p15012_add_missing_columns.php b/install-dev/upgrade/php/p15012_add_missing_columns.php index 1be24eb4a..9761dcafb 100644 --- a/install-dev/upgrade/php/p15012_add_missing_columns.php +++ b/install-dev/upgrade/php/p15012_add_missing_columns.php @@ -121,7 +121,6 @@ function p15012_add_missing_columns() $q_list['orders']['id_shop_group']['mod'] = 'ALTER TABLE `'._DB_PREFIX_.'orders` CHANGE `id_shop_group` id_shop_group int(11) unsigned NOT NULL DEFAULT "1"'; - $q_list['product']['unity']['mod'] = 'ALTER TABLE `'._DB_PREFIX_.'product` CHANGE `unity` unity varchar(255) DEFAULT NULL'; @@ -158,22 +157,6 @@ function p15012_add_missing_columns() $q_list['carrier']['need_range']['mod'] = 'ALTER TABLE `'._DB_PREFIX_.'carrier` CHANGE `need_range` need_range tinyint(1) unsigned NOT NULL DEFAULT "0" AFTER shipping_external'; - -/* - $q_list['cart_product']['']['mod'] = 'ALTER TABLE `'._DB_PREFIX_.'TABLE ` - DROP ``'; - $q_list['TABLE']['']['mod'] = 'ALTER TABLE `'._DB_PREFIX_.'TABLE ` - DROP ``'; - $q_list['TABLE']['']['mod'] = 'ALTER TABLE `'._DB_PREFIX_.'TABLE ` - DROP ``'; - $q_list['TABLE']['']['mod'] = 'ALTER TABLE `'._DB_PREFIX_.'TABLE ` - DROP ``'; - $q_list['TABLE']['']['mod'] = 'ALTER TABLE `'._DB_PREFIX_.'TABLE ` - DROP ``'; - */ - // column must NOT exists - - foreach($q_list as $table => $cols) { if (empty($table))