From b18e7b990eda9c5851a14d5d2810119e1ab420b0 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 17 May 2006 13:11:24 +0000 Subject: [PATCH] Ajout rowid demande par Guillaume --- htdocs/telephonie/sql/llx_telephonie_facture_consol.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/telephonie/sql/llx_telephonie_facture_consol.sql b/htdocs/telephonie/sql/llx_telephonie_facture_consol.sql index c722ad16b82..bd1d59f71ed 100644 --- a/htdocs/telephonie/sql/llx_telephonie_facture_consol.sql +++ b/htdocs/telephonie/sql/llx_telephonie_facture_consol.sql @@ -24,6 +24,7 @@ -- create table llx_telephonie_facture_consol ( + rowid integer AUTO_INCREMENT PRIMARY KEY, groupe varchar(255), agence varchar(255), ligne varchar(255) NOT NULL,