summaryrefslogtreecommitdiffstats
path: root/appinfo/database.xml
diff options
context:
space:
mode:
Diffstat (limited to 'appinfo/database.xml')
-rw-r--r--appinfo/database.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/appinfo/database.xml b/appinfo/database.xml
index 1044208cd..e9c65a947 100644
--- a/appinfo/database.xml
+++ b/appinfo/database.xml
@@ -364,6 +364,18 @@
<notnull>true</notnull>
</field>
<field>
+ <name>unread</name>
+ <type>boolean</type>
+ <default>false</default>
+ <notnull>true</notnull>
+ </field>
+ <field>
+ <name>starred</name>
+ <type>boolean</type>
+ <default>false</default>
+ <notnull>true</notnull>
+ </field>
+ <field>
<name>last_modified</name>
<type>integer</type>
<default>0</default>