summaryrefslogtreecommitdiffstats
path: root/db_structure.xml
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2013-02-10 12:05:41 +0100
committerRobin Appelman <icewind@owncloud.com>2013-02-10 12:05:41 +0100
commit9c1196d73e0dc57f1f20a57e459ce053264172b8 (patch)
treef712cc2da8444e8ff952dba67f702c42ac6ab5cb /db_structure.xml
parent1c56539c01c162676a05d90e3598b7d68394ac73 (diff)
downloadnextcloud-server-9c1196d73e0dc57f1f20a57e459ce053264172b8.tar.gz
nextcloud-server-9c1196d73e0dc57f1f20a57e459ce053264172b8.zip
Cache: add seccond mtime field
Diffstat (limited to 'db_structure.xml')
-rw-r--r--db_structure.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/db_structure.xml b/db_structure.xml
index fc7f1082ffa..a86e5e6a8fd 100644
--- a/db_structure.xml
+++ b/db_structure.xml
@@ -262,6 +262,14 @@
</field>
<field>
+ <name>storage_mtime</name>
+ <type>integer</type>
+ <default></default>
+ <notnull>true</notnull>
+ <length>4</length>
+ </field>
+
+ <field>
<name>encrypted</name>
<type>integer</type>
<default>0</default>