// Remove upgrade folder from new installer

This commit is contained in:
rMalie
2011-12-27 15:09:27 +00:00
parent 16d507014e
commit d5a281f832
154 changed files with 0 additions and 11878 deletions
-20
View File
@@ -1,20 +0,0 @@
SET NAMES 'utf8';
/* ##################################### */
/* STRUCTURE */
/* ##################################### */
ALTER TABLE PREFIX_product
CHANGE customizable customizable TINYINT(2) NOT NULL DEFAULT 0;
ALTER TABLE PREFIX_connections
CHANGE ip_address ip_address VARCHAR(16) NULL;
ALTER TABLE PREFIX_customer
ADD newsletter_date_add DATETIME NULL;
ALTER TABLE PREFIX_cart_product
ADD date_add DATETIME NOT NULL;
/* ################################# */
/* CONTENTS */
/* ################################# */
/* PHP:add_required_customization_field_flag(); */;