From 6890837df4c00a182e74469edfb7d38ff7f71b7f Mon Sep 17 00:00:00 2001
From: Cyril Vazquez <cyril.vazquez@maarch.org>
Date: Thu, 10 May 2012 10:24:11 +0000
Subject: [PATCH] Param attachment of dcouments on notifications

---
 core/trunk/structure.sql | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/core/trunk/structure.sql b/core/trunk/structure.sql
index e368ff7a223..5a97a674d36 100644
--- a/core/trunk/structure.sql
+++ b/core/trunk/structure.sql
@@ -1378,7 +1378,8 @@ CREATE TABLE templates_association
   description character varying(255),
   diffusion_type character varying(50),
   diffusion_properties character varying(255),
-  is_attached character varying(1) DEFAULT 'N'::character varying,
+  attachfor_type character varying(50),
+  attachfor_properties character varying(255),
   CONSTRAINT templates_association_pkey PRIMARY KEY (system_id)
 )
 WITH (
-- 
GitLab