Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Gapczynski <mtgap@owncloud.com>2012-12-31 01:32:55 +0400
committerMichael Gapczynski <mtgap@owncloud.com>2012-12-31 01:32:55 +0400
commit2c23e143d33e231e62dccb450bf1f1b0f3938ccd (patch)
tree345c01d6454a806f8df6d9f77f88320d3bd0e659 /db_structure.xml
parentd275725e233092f21247a62bde3e46a352d5a1b5 (diff)
Store etags in the file cache
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 aa0916264c9..7c67ca78f4e 100644
--- a/db_structure.xml
+++ b/db_structure.xml
@@ -189,6 +189,14 @@
<length>4</length>
</field>
+ <field>
+ <name>etag</name>
+ <type>text</type>
+ <default></default>
+ <notnull>true</notnull>
+ <length>250</length>
+ </field>
+
<index>
<name>storage_path_hash</name>
<unique>true</unique>