summaryrefslogtreecommitdiffstats
path: root/appinfo
diff options
context:
space:
mode:
authorDaniel Schaal <daniel@schaal.email>2016-10-01 08:34:40 +0200
committerBernhard Posselt <BernhardPosselt@users.noreply.github.com>2016-10-01 08:34:40 +0200
commite45511f6ba5a53a137538e4647148aa749009233 (patch)
treec4f1265f1129556f09d6fb2b110325e9958f2d99 /appinfo
parentf46ed33ea553bc45cff973150f69227da13baace (diff)
Add updatedDate to item model (#43)
* Update picoFeed to 0.1.25 * Add updated_date to database * Add updatedDate to item model * Bump version to 9.0.5 * Check for updatedDate when updating a feed * Fix unit test to check for newer updatedDate
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/database.xml7
-rw-r--r--appinfo/info.xml2
2 files changed, 8 insertions, 1 deletions
diff --git a/appinfo/database.xml b/appinfo/database.xml
index 8c1b4ae95..5ea1ed13c 100644
--- a/appinfo/database.xml
+++ b/appinfo/database.xml
@@ -329,6 +329,13 @@
<notnull>false</notnull>
</field>
<field>
+ <name>updated_date</name>
+ <type>integer</type>
+ <length>8</length>
+ <unsigned>true</unsigned>
+ <notnull>false</notnull>
+ </field>
+ <field>
<name>body</name>
<type>clob</type>
<notnull>false</notnull>
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 73a6301a8..d1e311bd9 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -8,7 +8,7 @@
Before you update to a new version, [check the changelog](https://github.com/nextcloud/news/blob/master/CHANGELOG.md) to avoid surprises.
**Important**: To enable feed updates you will need to enable either [Nextcloud system cron](https://docs.nextcloud.com/server/10/admin_manual/configuration_server/background_jobs_configuration.html#cron) or use [an updater](https://github.com/owncloud/news-updater) which uses the built in update API and disable cron updates. More information can be found [in the README](https://github.com/nextcloud/news).]]></description>
- <version>9.0.4</version>
+ <version>9.0.5</version>
<licence>agpl</licence>
<author>Bernhard Posselt</author>
<author>Alessandro Cosentino</author>