summaryrefslogtreecommitdiffstats
path: root/appinfo
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-11-27 21:44:48 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2015-11-27 21:44:48 +0100
commit32ef47a1ec3fc4da73408cf0d348581b219f72ee (patch)
tree632af02bcaa1fb9818cc6db9918b6d64247b4ad3 /appinfo
parent4831e4f754ef01442988f077d348c8a905ed1bf9 (diff)
add last feed update error to message
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/database.xml6
-rw-r--r--appinfo/info.xml2
2 files changed, 7 insertions, 1 deletions
diff --git a/appinfo/database.xml b/appinfo/database.xml
index e242ad98c..a831b4211 100644
--- a/appinfo/database.xml
+++ b/appinfo/database.xml
@@ -148,6 +148,12 @@
<notnull>true</notnull>
</field>
<field>
+ <name>last_update_error</name>
+ <type>clob</type>
+ <default></default>
+ <notnull>false</notnull>
+ </field>
+ <field>
<name>deleted_at</name>
<type>integer</type>
<default>0</default>
diff --git a/appinfo/info.xml b/appinfo/info.xml
index b28dc55c7..0f47f335b 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.3</version>
+ <version>6.1.4</version>
<namespace>News</namespace>
<!-- resources -->