From ab32719e95c6c8abca4c02572e10b47776cfab18 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 6 Apr 2005 09:52:01 +0000 Subject: [PATCH] Ajout champs fk_batch --- htdocs/telephonie/sql/llx_telephonie_facture.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/htdocs/telephonie/sql/llx_telephonie_facture.sql b/htdocs/telephonie/sql/llx_telephonie_facture.sql index 3c319386c6c..72e7204d844 100644 --- a/htdocs/telephonie/sql/llx_telephonie_facture.sql +++ b/htdocs/telephonie/sql/llx_telephonie_facture.sql @@ -35,7 +35,8 @@ create table llx_telephonie_facture ( cout_vente_remise real, gain real, isfacturable enum('oui','non') DEFAULT 'oui', - fk_facture integer + fk_facture integer, + fk_batch integer NOT NULL )type=innodb;