From 4f9f3e9a6b1d0176cc3b975447d27ec687e7bd4d Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 8 Feb 2006 11:17:20 +0000 Subject: [PATCH] Ajout champ fk_product --- htdocs/telephonie/sql/llx_telephonie_adsl_type.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/htdocs/telephonie/sql/llx_telephonie_adsl_type.sql b/htdocs/telephonie/sql/llx_telephonie_adsl_type.sql index 98560f475c9..b9e2a08171f 100644 --- a/htdocs/telephonie/sql/llx_telephonie_adsl_type.sql +++ b/htdocs/telephonie/sql/llx_telephonie_adsl_type.sql @@ -23,6 +23,7 @@ create table llx_telephonie_adsl_type ( rowid integer AUTO_INCREMENT PRIMARY KEY, intitule varchar(255), - commande_active smallint DEFAULT 1 + commande_active smallint DEFAULT 1, + fk_product integer )type=innodb;