summaryrefslogtreecommitdiffstats
path: root/appinfo/database.xml
diff options
context:
space:
mode:
Diffstat (limited to 'appinfo/database.xml')
-rw-r--r--appinfo/database.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/appinfo/database.xml b/appinfo/database.xml
index 12b1ba4f9..3ee6a5261 100644
--- a/appinfo/database.xml
+++ b/appinfo/database.xml
@@ -111,6 +111,16 @@
<notnull>false</notnull>
</field>
<field>
+ <name>last_modified</name>
+ <type>clob</type>
+ <notnull>false</notnull>
+ </field>
+ <field>
+ <name>etag</name>
+ <type>clob</type>
+ <notnull>false</notnull>
+ </field>
+ <field>
<name>added</name>
<type>integer</type>
<default></default>