summaryrefslogtreecommitdiffstats
path: root/appinfo
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-09-13 17:59:16 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-09-13 17:59:16 +0200
commitdda579ccaac67b5f360af98926a1697389bdbc6c (patch)
tree63e9dc2af7218515323dee9e56d381decd811eef /appinfo
parent7f3a42d9493c0c9e23ad6084a77bcd164b588ad2 (diff)
also store feeds per article when doing updates
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/database.xml7
-rw-r--r--appinfo/info.xml2
-rw-r--r--appinfo/version2
3 files changed, 9 insertions, 2 deletions
diff --git a/appinfo/database.xml b/appinfo/database.xml
index 7d3cf2378..9b04e9c84 100644
--- a/appinfo/database.xml
+++ b/appinfo/database.xml
@@ -114,6 +114,13 @@
<unsigned>true</unsigned>
</field>
<field>
+ <name>articles_per_update</name>
+ <type>integer</type>
+ <default>0</default>
+ <notnull>true</notnull>
+ <unsigned>true</unsigned>
+ </field>
+ <field>
<name>deleted_at</name>
<type>integer</type>
<default>0</default>
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 15ddf6ee5..c6f87d3d6 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.404</version>
+ <version>1.405</version>
<require>5.0.6</require>
</info>
diff --git a/appinfo/version b/appinfo/version
index 9539f398d..3e3adf552 100644
--- a/appinfo/version
+++ b/appinfo/version
@@ -1 +1 @@
-1.404 \ No newline at end of file
+1.405 \ No newline at end of file