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:
authorRobin Appelman <icewind@owncloud.com>2012-02-05 17:04:10 +0400
committerRobin Appelman <icewind@owncloud.com>2012-02-05 17:04:10 +0400
commit9f3388ecbc7f7269a1df36d22242089f3be731ad (patch)
tree464c997e0f3c922d5e246b53cb131fdbc83a38b1 /db_structure.xml
parent30673e478672af316c057f562a8a02babdbd3160 (diff)
store writable flag for files
Diffstat (limited to 'db_structure.xml')
-rw-r--r--db_structure.xml12
1 files changed, 10 insertions, 2 deletions
diff --git a/db_structure.xml b/db_structure.xml
index 5ef22b595cf..8e59a59c6e5 100644
--- a/db_structure.xml
+++ b/db_structure.xml
@@ -151,8 +151,16 @@
<length>1</length>
</field>
-<!-- <index>
- <name>fscache_path_index</name>
+ <field>
+ <name>writable</name>
+ <type>integer</type>
+ <default>0</default>
+ <notnull>true</notnull>
+ <length>1</length>
+ </field>
+
+ <!--<index>
+ <name>fscache_path_index</name>
<unique>true</unique>
<field>
<name>path</name>