From 02a1aa2c20c1f1884ba2d8d59d9dcd9fae5ce106 Mon Sep 17 00:00:00 2001 From: Andre Cianfarani Date: Wed, 1 Mar 2006 15:27:16 +0000 Subject: [PATCH] ajout champ date_livraison --- mysql/tables/llx_commande.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/mysql/tables/llx_commande.sql b/mysql/tables/llx_commande.sql index 9e56b8d29b2..8f1f9b2d885 100644 --- a/mysql/tables/llx_commande.sql +++ b/mysql/tables/llx_commande.sql @@ -50,5 +50,6 @@ create table llx_commande facture tinyint default 0, fk_cond_reglement integer, -- condition de réglement fk_mode_reglement integer, -- mode de réglement + date_livraison date default NULL, UNIQUE INDEX (ref) )type=innodb;