From f727e832d93d1b515870c216db4aa538b7a8d0c7 Mon Sep 17 00:00:00 2001
From: Florian Henry <florian.henry@open-concept.pro>
Date: Sat, 2 Nov 2013 02:25:06 +0100
Subject: [PATCH] Add mandatory and transparent into llx_actioncomm_ressource

---
 htdocs/install/mysql/tables/llx_actioncomm_resources.sql | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/htdocs/install/mysql/tables/llx_actioncomm_resources.sql b/htdocs/install/mysql/tables/llx_actioncomm_resources.sql
index e475efce388..7810c500723 100644
--- a/htdocs/install/mysql/tables/llx_actioncomm_resources.sql
+++ b/htdocs/install/mysql/tables/llx_actioncomm_resources.sql
@@ -27,5 +27,7 @@ create table llx_actioncomm_resources
   element_type		varchar(50) NOT NULL,
   fk_element		integer NOT NULL,
   fk_c_element_role	integer NOT NULL,
-  fk_c_element_status	varchar(32) NULL
+  fk_c_element_status	varchar(32) NULL,
+  mandatory		smallint,
+  transparent		smallint
 ) ENGINE=innodb;
-- 
GitLab