summaryrefslogtreecommitdiffstats
path: root/db
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-10-27 15:00:13 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-10-27 15:00:13 +0100
commitf11e4cff46ad6b41f53c2354ca189186b1dd421e (patch)
treeb4cac763bd29acd02d2b5c4d1bd51eb37acaf182 /db
parent7b058820f5cd34666b389de28afe3a11f451f742 (diff)
semantic versioning
Diffstat (limited to 'db')
-rw-r--r--db/feed.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/db/feed.php b/db/feed.php
index 373058320..987e1e674 100644
--- a/db/feed.php
+++ b/db/feed.php
@@ -22,6 +22,8 @@ use \OCP\AppFramework\Db\Entity;
* @method void setUserId(string $value)
* @method string getUrlHash()
* @method void setUrlHash(string $value)
+ * @method string getLocation()
+ * @method void setLocation(string $value)
* @method string getUrl()
* @method string getTitle()
* @method void setTitle(string $value)
@@ -63,6 +65,7 @@ class Feed extends Entity implements IAPI, \JsonSerializable {
protected $articlesPerUpdate;
protected $lastModified;
protected $etag;
+ protected $location;
public function __construct(){
$this->addType('parentId', 'integer');