From fc9e6b2dcfbd0f9f7bad9e45cfd3d74c3e1392f9 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Fri, 22 Jun 2007 10:05:05 +0000 Subject: [PATCH] Fix: renommage du champs "note" en "description" Add: ajout des champs "note_private" et "note_public" --- mysql/tables/llx_fichinter.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql/tables/llx_fichinter.sql b/mysql/tables/llx_fichinter.sql index 2c3c9156b3b..57448599890 100644 --- a/mysql/tables/llx_fichinter.sql +++ b/mysql/tables/llx_fichinter.sql @@ -34,7 +34,7 @@ create table llx_fichinter fk_user_valid integer, -- valideur de la fiche fk_statut smallint DEFAULT 0, duree real, - descrition text, + description text, note_private text, note_public text