From d089e25bafcae6c9cfef6ca4f91208453e0b03ea Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 26 Jul 2005 14:17:20 +0000 Subject: [PATCH] ajout fk_contrat --- htdocs/telephonie/sql/llx_telephonie_facture.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/telephonie/sql/llx_telephonie_facture.sql b/htdocs/telephonie/sql/llx_telephonie_facture.sql index 72e7204d844..8d5bbca90ad 100644 --- a/htdocs/telephonie/sql/llx_telephonie_facture.sql +++ b/htdocs/telephonie/sql/llx_telephonie_facture.sql @@ -25,6 +25,7 @@ create table llx_telephonie_facture ( rowid integer AUTO_INCREMENT PRIMARY KEY, + fk_contrat integer NOT NULL, fk_ligne integer NOT NULL, ligne varchar(255) NOT NULL, date varchar(255) NOT NULL,