From 76cc72393a2be7a54a849225accce6bbd1918129 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Fri, 19 Apr 2013 13:01:44 +0200 Subject: added a way to prevent feed from being updated --- db/feed.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'db') diff --git a/db/feed.php b/db/feed.php index 824aed501..e2d3b87de 100644 --- a/db/feed.php +++ b/db/feed.php @@ -39,12 +39,14 @@ class Feed extends Entity { public $folderId; public $unreadCount; public $link; + public $preventUpdate; public function __construct(){ $this->addType('parentId', 'int'); $this->addType('added', 'int'); $this->addType('folderId', 'int'); $this->addType('unreadCount', 'int'); + $this->addType('preventUpdate', 'bool'); } } \ No newline at end of file -- cgit v1.2.3