diff --git a/htdocs/telephonie/sql/llx_telephonie_distributeur.sql b/htdocs/telephonie/sql/llx_telephonie_distributeur.sql index 5d13f8ec76e..f9b4a2c9df3 100644 --- a/htdocs/telephonie/sql/llx_telephonie_distributeur.sql +++ b/htdocs/telephonie/sql/llx_telephonie_distributeur.sql @@ -22,6 +22,7 @@ -- create table llx_telephonie_distributeur ( rowid integer AUTO_INCREMENT PRIMARY KEY, - nom varchar(50) NOT NULL + nom varchar(50) NOT NULL, + grille_tarif integer DEFAULT 1 )type=innodb;