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;