From 5845f9da1d7f2602d1e81757bd17f60115dff6f0 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 7 Jul 2003 09:08:39 +0000 Subject: [PATCH] ajout champ objet_type --- mysql/tables/llx_action_def.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mysql/tables/llx_action_def.sql b/mysql/tables/llx_action_def.sql index 25d91a350d1..6647c199e59 100644 --- a/mysql/tables/llx_action_def.sql +++ b/mysql/tables/llx_action_def.sql @@ -25,5 +25,6 @@ create table llx_action_def rowid integer NOT NULL PRIMARY KEY, tms timestamp, titre varchar(255) NOT NULL, - description text + description text, + objet_type enum('ficheinter','facture','propale') );