From d8b1371993330b8cab2ddc61a96130b677a40bd0 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 9 Jul 2007 13:16:58 +0000 Subject: [PATCH] Ajout champs fk_contrat --- htdocs/telephonie/sql/llx_telephonie_adsl_ligne.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/htdocs/telephonie/sql/llx_telephonie_adsl_ligne.sql b/htdocs/telephonie/sql/llx_telephonie_adsl_ligne.sql index 9115be4d0ef..e45490c429d 100644 --- a/htdocs/telephonie/sql/llx_telephonie_adsl_ligne.sql +++ b/htdocs/telephonie/sql/llx_telephonie_adsl_ligne.sql @@ -1,5 +1,5 @@ -- ======================================================================== --- Copyright (C) 2004 Rodolphe Quiedeville +-- Copyright (C) 2004-2007 Rodolphe Quiedeville -- -- This program is free software; you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by @@ -23,6 +23,7 @@ create table llx_telephonie_adsl_ligne ( rowid integer AUTO_INCREMENT PRIMARY KEY, fk_client integer NOT NULL, + fk_contrat integer NULL, fk_client_install integer NOT NULL, fk_client_facture integer NOT NULL, numero_ligne varchar(20) NOT NULL,