diff options
author | Roeland Jago Douma <rullzer@owncloud.com> | 2016-01-29 21:50:48 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2016-02-03 09:03:51 +0100 |
commit | 2035a179bc319cf3f339e90e14dc01c7a980bc78 (patch) | |
tree | 7be503fb1cbe5e0ceabf33ee1ed417e874f417d8 /db_structure.xml | |
parent | 77942ad38afb982c3b7efa841a9bb0b46a0c039a (diff) | |
download | nextcloud-server-2035a179bc319cf3f339e90e14dc01c7a980bc78.tar.gz nextcloud-server-2035a179bc319cf3f339e90e14dc01c7a980bc78.zip |
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.xml | 8 |
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> |