summaryrefslogtreecommitdiffstats
path: root/appinfo/database.xml
diff options
context:
space:
mode:
Diffstat (limited to 'appinfo/database.xml')
-rw-r--r--appinfo/database.xml8
1 files changed, 7 insertions, 1 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>