From 83c96a49e9e404e707430bb14d71b0d55dde6bde Mon Sep 17 00:00:00 2001
From: Cyril Vazquez <cyril.vazquez@maarch.org>
Date: Mon, 5 Mar 2012 08:57:08 +0000
Subject: [PATCH]

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

diff --git a/core/trunk/data_mlb.sql b/core/trunk/data_mlb.sql
index f741f053902..c478b3f55db 100644
--- a/core/trunk/data_mlb.sql
+++ b/core/trunk/data_mlb.sql
@@ -954,7 +954,9 @@ INSERT INTO templates (id, label, creation_date, template_comment, content) VALU
 -- Data for Name: templates_association; Type: TABLE DATA; Schema: public; Owner: postgres
 --
 
-
+INSERT INTO templates_association (system_id, template_id, what, value_field, maarch_module, notification_id, description, diffusion_type, diffusion_properties, diffusion_content, is_attached) VALUES (24, 21, 'event', '21', 'notifications', 'INDEX_DIFF', 'Document vidéocodé et diffusé', 'dest_user', '', 'letterbox', 'N');
+INSERT INTO templates_association (system_id, template_id, what, value_field, maarch_module, notification_id, description, diffusion_type, diffusion_properties, diffusion_content, is_attached) VALUES (23, 20, 'event', 'users%', 'notifications', 'UP_USER', 'Modification d''utilisateur', 'user', 'superadmin', 'event', 'N');
+INSERT INTO templates_association (system_id, template_id, what, value_field, maarch_module, notification_id, description, diffusion_type, diffusion_properties, diffusion_content, is_attached) VALUES (26, 20, 'event', 'alert1', 'notifications', 'MLB_ALERT1', 'Alerte délai de traitement 1', 'dest_user', '', 'letterbox', 'N');
 
 --
 -- Data for Name: templates_doctype_ext; Type: TABLE DATA; Schema: public; Owner: postgres
-- 
GitLab