From bd3bcf20aee78906df03e0fb82c0f15eaaf75b89 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 13 Jun 2005 13:14:13 +0000 Subject: [PATCH] =?UTF-8?q?Mise=20=E0=20jour?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/telephonie/sql/llx_telephonie_distributeur.sql | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/htdocs/telephonie/sql/llx_telephonie_distributeur.sql b/htdocs/telephonie/sql/llx_telephonie_distributeur.sql index 5f075a5b6d1..b5f2d85f206 100644 --- a/htdocs/telephonie/sql/llx_telephonie_distributeur.sql +++ b/htdocs/telephonie/sql/llx_telephonie_distributeur.sql @@ -21,10 +21,11 @@ -- ======================================================================== -- create table llx_telephonie_distributeur ( - rowid integer AUTO_INCREMENT PRIMARY KEY, - nom varchar(50) NOT NULL, - grille_tarif integer DEFAULT 1, - remun_pourcentage real, - remun_avance real + rowid integer AUTO_INCREMENT PRIMARY KEY, + nom varchar(50) NOT NULL, + grille_tarif integer DEFAULT 1, + remun_avance real, + remun_pourcent_prev real, + remun_pourcent_autr real )type=innodb;