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:
authorFlorin Peter <github@florin-peter.de>2013-04-25 17:20:06 +0400
committerFlorin Peter <github@florin-peter.de>2013-04-25 17:20:06 +0400
commitfac288a4ad8f6db907c0a2ddfeb0b772fe616db5 (patch)
treea359754e9d6b746d706bd81b7bf9308ad7949740 /db_structure.xml
parent170d09203f376fad452fc6959729a0f778b5934f (diff)
added unencrypted file size to file cache
improved file size calculation and speeds
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 dce90697b1c..366f51a82d0 100644
--- a/db_structure.xml
+++ b/db_structure.xml
@@ -288,6 +288,14 @@
<length>4</length>
</field>
+ <field>
+ <name>unencrypted_size</name>
+ <type>integer</type>
+ <default></default>
+ <notnull>true</notnull>
+ <length>8</length>
+ </field>
+
<field>
<name>etag</name>
<type>text</type>