summaryrefslogtreecommitdiffstats
path: root/appinfo/database.xml
diff options
context:
space:
mode:
Diffstat (limited to 'appinfo/database.xml')
-rw-r--r--appinfo/database.xml20
1 files changed, 18 insertions, 2 deletions
diff --git a/appinfo/database.xml b/appinfo/database.xml
index 9b6b36a3d..eb4e122c9 100644
--- a/appinfo/database.xml
+++ b/appinfo/database.xml
@@ -48,6 +48,14 @@
<notnull>false</notnull>
<unsigned>true</unsigned>
</field>
+ <field>
+ <name>last_modified</name>
+ <type>integer</type>
+ <default></default>
+ <length>8</length>
+ <notnull>false</notnull>
+ <unsigned>true</unsigned>
+ </field>
<index>
<name>news_folders_parent_id_index</name>
@@ -116,12 +124,12 @@
<notnull>false</notnull>
</field>
<field>
- <name>last_modified</name>
+ <name>http_last_modified</name>
<type>clob</type>
<notnull>false</notnull>
</field>
<field>
- <name>etag</name>
+ <name>http_etag</name>
<type>clob</type>
<notnull>false</notnull>
</field>
@@ -209,6 +217,14 @@
<default>0</default>
<notnull>true</notnull>
</field>
+ <field>
+ <name>last_modified</name>
+ <type>integer</type>
+ <default></default>
+ <length>8</length>
+ <notnull>false</notnull>
+ <unsigned>true</unsigned>
+ </field>
<index>
<name>news_feeds_user_id_index</name>