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:
authorRoeland Jago Douma <rullzer@owncloud.com>2016-01-29 23:50:48 +0300
committerThomas Müller <thomas.mueller@tmit.eu>2016-02-03 11:03:51 +0300
commit2035a179bc319cf3f339e90e14dc01c7a980bc78 (patch)
tree7be503fb1cbe5e0ceabf33ee1ed417e874f417d8 /db_structure.xml
parent77942ad38afb982c3b7efa841a9bb0b46a0c039a (diff)
Add store/retrieve checksums
* Add extra db column to filecache * Bump version * Update filecache code to actually handle checksum * Webdav code to store/retrieve checksums
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 ea1b89e28da..dbbfa8c7a4d 100644
--- a/db_structure.xml
+++ b/db_structure.xml
@@ -397,6 +397,14 @@
<length>4</length>
</field>
+ <field>
+ <name>checksum</name>
+ <type>text</type>
+ <default></default>
+ <notnull>false</notnull>
+ <length>255</length>
+ </field>
+
<index>
<name>fs_storage_path_hash</name>