From 5cd5814c3acaf479a7642d286d6ea772eab5e444 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 26 Jul 2005 16:26:59 +0000 Subject: [PATCH] Ajout champs module --- htdocs/telephonie/sql/llx_telephonie_service.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/htdocs/telephonie/sql/llx_telephonie_service.sql b/htdocs/telephonie/sql/llx_telephonie_service.sql index bb2de6d978c..1fa8a4161ab 100644 --- a/htdocs/telephonie/sql/llx_telephonie_service.sql +++ b/htdocs/telephonie/sql/llx_telephonie_service.sql @@ -33,7 +33,8 @@ create table llx_telephonie_service ( fk_user_creat integer NOT NULL, date_creat datetime NOT NULL, fk_user_modif integer, - date_modif datetime + date_modif datetime, + module varchar(50) )type=innodb;