From d1d6906879d70e1a1407ab44f05c24048fb47dff Mon Sep 17 00:00:00 2001
From: Cyril Vazquez <cyril.vazquez@maarch.org>
Date: Thu, 28 Jun 2012 13:21:37 +0000
Subject: [PATCH]

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

diff --git a/core/trunk/structure.sql b/core/trunk/structure.sql
index ddacb206d65..f74e4ebdbd7 100644
--- a/core/trunk/structure.sql
+++ b/core/trunk/structure.sql
@@ -1146,6 +1146,7 @@ CREATE TABLE notifications
   notification_sid bigint NOT NULL DEFAULT nextval('notifications_seq'::regclass),
   notification_id character varying(50) NOT NULL,
   description character varying(255),
+  is_enabled character varying(1) NOT NULL default 'Y'::bpchar,
   event_id character varying(255) NOT NULL,
   notification_mode character varying(30) NOT NULL,
   template_id bigint,
-- 
GitLab