summaryrefslogtreecommitdiffstats
path: root/appinfo
diff options
context:
space:
mode:
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/database.xml6
-rw-r--r--appinfo/version2
2 files changed, 7 insertions, 1 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>
diff --git a/appinfo/version b/appinfo/version
index 0dc0f32d5..223a93930 100644
--- a/appinfo/version
+++ b/appinfo/version
@@ -1 +1 @@
-8.2 \ No newline at end of file
+8.3 \ No newline at end of file