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;