summaryrefslogtreecommitdiffstats
path: root/appinfo
diff options
context:
space:
mode:
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/database.xml8
-rw-r--r--appinfo/version2
2 files changed, 8 insertions, 2 deletions
diff --git a/appinfo/database.xml b/appinfo/database.xml
index 34be67eea..c5b06bcac 100644
--- a/appinfo/database.xml
+++ b/appinfo/database.xml
@@ -30,7 +30,13 @@
<notnull>true</notnull>
<length>64</length>
</field>
-
+ <field>
+ <name>opened</name>
+ <type>boolean</type>
+ <default>true</default>
+ <notnull>true</notnull>
+ </field>
+
<index>
<name>PRIMARY</name>
<unique>true</unique>
diff --git a/appinfo/version b/appinfo/version
index 7495c0a15..f1d68e6b5 100644
--- a/appinfo/version
+++ b/appinfo/version
@@ -1,2 +1,2 @@
-7.2.2
+7.5