From 7d35e490e44efda38f68c6d4d285c9164fe47d2e Mon Sep 17 00:00:00 2001
From: Cyril Vazquez <cyril.vazquez@maarch.org>
Date: Mon, 14 May 2012 08:07:04 +0000
Subject: [PATCH] Notifications mode RSS

---
 core/trunk/structure.sql | 1 +
 1 file changed, 1 insertion(+)

diff --git a/core/trunk/structure.sql b/core/trunk/structure.sql
index 239a12efdc0..227a72bea11 100644
--- a/core/trunk/structure.sql
+++ b/core/trunk/structure.sql
@@ -1149,6 +1149,7 @@ CREATE TABLE notifications
   event_id character varying(255) NOT NULL,
   notification_mode character varying(30) NOT NULL,
   template_id bigint,
+  rss_url_template text,
   diffusion_type character varying(50) NOT NULL,
   diffusion_properties character varying(255),
   attachfor_type character varying(50),
-- 
GitLab