From f45e40d2ae0161c4b4ecbf08950dbd46a7648fba Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 19 Oct 2005 13:23:17 +0000 Subject: [PATCH] Ajout datec --- htdocs/telephonie/sql/llx_telephonie_societe_fournid.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/telephonie/sql/llx_telephonie_societe_fournid.sql b/htdocs/telephonie/sql/llx_telephonie_societe_fournid.sql index 61ea5d3bb18..8bab2e3ee25 100644 --- a/htdocs/telephonie/sql/llx_telephonie_societe_fournid.sql +++ b/htdocs/telephonie/sql/llx_telephonie_societe_fournid.sql @@ -26,6 +26,7 @@ create table llx_telephonie_societe_fournid ( fk_soc integer NOT NULL, fourn_id integer NOT NULL, fk_fourn integer NOT NULL, + datec datetime, unique (fk_soc, fk_fourn) )type=innodb;