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:
authorBjörn Schießle <schiessle@owncloud.com>2013-05-24 15:40:37 +0400
committerBjörn Schießle <schiessle@owncloud.com>2013-05-24 15:40:37 +0400
commit3bd0141e6d175e2db179ae5e1df4227f8840489b (patch)
treedbab3168a459565f7b49266e0b9c74651491f4d7 /db_structure.xml
parent89546bf90c5d567ed8b63c949f07ba312afa73a9 (diff)
backport file cache changes from master to stable5, needed for encryption app
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 81bdb876493..3d9159eb019 100644
--- a/db_structure.xml
+++ b/db_structure.xml
@@ -286,6 +286,14 @@
</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>
<default></default>