summaryrefslogtreecommitdiffstats
path: root/appinfo
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-11-20 19:55:23 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2015-11-20 19:55:23 +0100
commitc995c5b447cd32f4eb9f3cd9fc1865fd93962f24 (patch)
tree99390128e13da58b9f3059a4961fa4b2fb7c6cea /appinfo
parentfae882f834409e18174e05d19deea39a3bf01e7b (diff)
If a feed failed to update more than 10 times, show a hint in the web interface
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 b815cee05..e242ad98c 100644
--- a/appinfo/database.xml
+++ b/appinfo/database.xml
@@ -141,6 +141,13 @@
<notnull>true</notnull>
</field>
<field>
+ <name>update_error_count</name>
+ <type>integer</type>
+ <default>0</default>
+ <length>8</length>
+ <notnull>true</notnull>
+ </field>
+ <field>
<name>deleted_at</name>
<type>integer</type>
<default>0</default>
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 917229787..b28dc55c7 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -7,7 +7,7 @@
<author>Bernhard Posselt, Alessandro Cosentino, Jan-Christoph Borchardt</author>
<category>multimedia</category>
<licence>AGPL</licence>
- <version>6.1.2</version>
+ <version>6.1.3</version>
<namespace>News</namespace>
<!-- resources -->