// 1.5 branche creation

This commit is contained in:
aFolletete
2011-04-12 18:24:40 +00:00
commit 05a58f53e6
5317 changed files with 432110 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
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(); */;