summaryrefslogtreecommitdiffstats
path: root/appinfo/database.xml
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-04-19 13:01:44 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-04-19 13:01:44 +0200
commit76cc72393a2be7a54a849225accce6bbd1918129 (patch)
treec5c1f3ec45aae96b1c30f4a0382d3b53168ce530 /appinfo/database.xml
parent67e00e798d85d897e4793077aa14bcb4fb3d1765 (diff)
added a way to prevent feed from being updated
Diffstat (limited to 'appinfo/database.xml')
-rw-r--r--appinfo/database.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/appinfo/database.xml b/appinfo/database.xml
index 300f6a2db..3198b402d 100644
--- a/appinfo/database.xml
+++ b/appinfo/database.xml
@@ -111,6 +111,12 @@
<type>integer</type>
<notnull>true</notnull>
</field>
+ <field>
+ <name>preventUpdate</name>
+ <type>boolean</type>
+ <default>false</default>
+ <notnull>true</notnull>
+ </field>
<index>
<name>news_feeds_user_id_index</name>