From c951e7dc5d157b5ff627e1742835eaa67ca37e28 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 22 Nov 2005 11:56:51 +0000 Subject: [PATCH] Ajout rowid --- htdocs/telephonie/sql/llx_telephonie_societe_commentaire.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/telephonie/sql/llx_telephonie_societe_commentaire.sql b/htdocs/telephonie/sql/llx_telephonie_societe_commentaire.sql index 0764aba39fa..6e071f392ce 100644 --- a/htdocs/telephonie/sql/llx_telephonie_societe_commentaire.sql +++ b/htdocs/telephonie/sql/llx_telephonie_societe_commentaire.sql @@ -22,7 +22,7 @@ -- -- create table llx_telephonie_societe_commentaire ( - + rowid integer AUTO_INCREMENT PRIMARY KEY, fk_soc integer NOT NULL, fk_user integer NOT NULL, datec datetime,