summaryrefslogtreecommitdiffstats
path: root/db
diff options
context:
space:
mode:
Diffstat (limited to 'db')
-rw-r--r--db/feed.php2
-rw-r--r--db/item.php1
2 files changed, 2 insertions, 1 deletions
diff --git a/db/feed.php b/db/feed.php
index 69f62b765..da2a2d904 100644
--- a/db/feed.php
+++ b/db/feed.php
@@ -36,7 +36,7 @@ class Feed extends Entity {
public $title;
public $faviconLink;
public $added;
- public $lastmodified;
public $folderId;
+ public $unreadCount;
} \ No newline at end of file
diff --git a/db/item.php b/db/item.php
index 11a5becf1..6050d0e9b 100644
--- a/db/item.php
+++ b/db/item.php
@@ -42,6 +42,7 @@ class Item extends Entity {
public $feedId;
public $status;
public $feedTitle;
+ public $lastModified;
public function setRead() {
$this->markFieldUpdated('status');