From 2035a179bc319cf3f339e90e14dc01c7a980bc78 Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Fri, 29 Jan 2016 21:50:48 +0100 Subject: 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 --- db_structure.xml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'db_structure.xml') 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 @@ 4 + + checksum + text + + false + 255 + + fs_storage_path_hash -- cgit v1.2.3