summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-04-08 03:30:59 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-04-08 22:00:48 +0200
commita9b34deefd67e08a79ddefb0e1f980f6a6c1249d (patch)
tree5289a48a9a56382d3077a60908479e92538beee5
parentc4dc7d3c9f955341591a256add0c3f97f7778818 (diff)
require status to be not null
-rw-r--r--appinfo/database.xml1
-rw-r--r--appinfo/info.xml2
-rw-r--r--appinfo/version2
3 files changed, 3 insertions, 2 deletions
diff --git a/appinfo/database.xml b/appinfo/database.xml
index b60e4339a..a9b32accf 100644
--- a/appinfo/database.xml
+++ b/appinfo/database.xml
@@ -237,6 +237,7 @@
<name>status</name>
<type>integer</type>
<length>8</length>
+ <notnull>true</notnull>
</field>
<field>
<name>last_modified</name>
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 3dd0596af..6b8dbb08a 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -5,6 +5,6 @@
<description>An RSS/Atom feed reader. Requires the App Framework app and backgroundjobs need to be enabled. See the README.rst in the apps top directory</description>
<licence>AGPL</licence>
<author>Alessandro Cosentino, Bernhard Posselt, Jan-Christoph Borchardt. Powered by SimplePie (Ryan Parman, Geoffrey Sneddon, Ryan McCue and contributors).</author>
- <version>1.808</version>
+ <version>1.809</version>
<require>6.0.2</require>
</info>
diff --git a/appinfo/version b/appinfo/version
index f8c348c6e..c17348ae9 100644
--- a/appinfo/version
+++ b/appinfo/version
@@ -1 +1 @@
-1.808 \ No newline at end of file
+1.809 \ No newline at end of file