From ab4466a7ad28f6b9c122f3c8edabee9ff168671b Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 30 Oct 2007 20:47:41 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20Correction=20date=20de=20livraison=20mal?= =?UTF-8?q?=20enregistr=E9=20en=20base=20si=20non=20renseign=E9e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mysql/migration/2.1.0-2.2.0.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/mysql/migration/2.1.0-2.2.0.sql b/mysql/migration/2.1.0-2.2.0.sql index fb718723e3d..633c5bbca1f 100644 --- a/mysql/migration/2.1.0-2.2.0.sql +++ b/mysql/migration/2.1.0-2.2.0.sql @@ -962,6 +962,7 @@ ALTER TABLE llx_user ADD COLUMN phenix_login varchar(25) after webcal_login; ALTER TABLE llx_user ADD COLUMN phenix_pass varchar(128) after phenix_login; update llx_propal set total_ht = price where total_ht = 0 and total > 0; +update llx_propal set date_livraison = NULL where date_livraison = '1970-01-01 00:00:00'; insert into llx_c_type_contact(rowid, element, source, code, libelle, active ) values (102,'commande','external', 'SHIPPING', 'Contact client livraison commande', 1);