From b515116eb60ab75fcb54de0d37b5da5ff67a9358 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 30 Jun 2003 16:25:10 +0000 Subject: [PATCH] Nouvelle structure pour nouvelle utilisation --- mysql/tables/llx_notify.sql | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/mysql/tables/llx_notify.sql b/mysql/tables/llx_notify.sql index 68154ff85e8..f92b6718072 100644 --- a/mysql/tables/llx_notify.sql +++ b/mysql/tables/llx_notify.sql @@ -24,8 +24,9 @@ create table llx_notify ( rowid integer AUTO_INCREMENT PRIMARY KEY, tms timestamp, - datec date, -- date de paiement + daten datetime, -- date de la notification fk_action integer NOT NULL, - fk_soc integer NOT NULL, - fk_contact integer NOT NULL + fk_contact integer NOT NULL, + objet_type enum('ficheinter','facture','propale'), + objet_id integer NOT NULL );