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 );