summaryrefslogtreecommitdiffstats
path: root/appinfo/database.xml
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/database.xml
parent7f3a42d9493c0c9e23ad6084a77bcd164b588ad2 (diff)
also store feeds per article when doing updates
Diffstat (limited to 'appinfo/database.xml')
-rw-r--r--appinfo/database.xml7
1 files changed, 7 insertions, 0 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>