summaryrefslogtreecommitdiffstats
path: root/appinfo/database.xml
diff options
context:
space:
mode:
Diffstat (limited to 'appinfo/database.xml')
-rw-r--r--appinfo/database.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/appinfo/database.xml b/appinfo/database.xml
index f7a95746e..688d04547 100644
--- a/appinfo/database.xml
+++ b/appinfo/database.xml
@@ -252,7 +252,8 @@
<name>status</name>
<type>integer</type>
<length>8</length>
- <notnull>false</notnull>
+ <default>0</default>
+ <notnull>true</notnull>
</field>
<field>
<name>last_modified</name>