From 53be56ff90067d3c631c54394a0830816d601c17 Mon Sep 17 00:00:00 2001
From: Alain Takoudjou <talino@tiolive.com>
Date: Wed, 14 Jan 2015 16:57:38 +0000
Subject: [PATCH] monitor: remove rss_entry from monitor database definition

---
 stack/monitor/monitor.py.in | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/stack/monitor/monitor.py.in b/stack/monitor/monitor.py.in
index 81bb657df..ac007c798 100644
--- a/stack/monitor/monitor.py.in
+++ b/stack/monitor/monitor.py.in
@@ -64,13 +64,6 @@ def init_db(db):
 CREATE TABLE IF NOT EXISTS status (
   timestamp INTEGER UNIQUE,
   status VARCHAR(255));
-CREATE TABLE IF NOT EXISTS rss_entry (
-  name VARCHAR(255),
-  timestamp INTEGER,
-  status VARCHAR(255),
-  method VARCHAR(255),
-  title VARCHAR(255),
-  content VARCHAR(255));
 CREATE TABLE IF NOT EXISTS individual_status (
   timestamp INTEGER,
   status VARCHAR(255),
-- 
2.30.9