diff options
author | Robin Appelman <icewind@owncloud.com> | 2012-01-30 20:29:33 +0100 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2012-01-30 20:29:33 +0100 |
commit | 4522d19b4c214676b8a0d4067c3a2d1bc63618bc (patch) | |
tree | 68725926f48072805e321f3507237df33814472a /db_structure.xml | |
parent | 355262635838860f5f17b2cf20132adddd7af77e (diff) | |
parent | 45038af948cd07ffc74efc8d4b0282fa11b7de7e (diff) | |
download | nextcloud-server-4522d19b4c214676b8a0d4067c3a2d1bc63618bc.tar.gz nextcloud-server-4522d19b4c214676b8a0d4067c3a2d1bc63618bc.zip |
merge master into filesystem
Diffstat (limited to 'db_structure.xml')
-rw-r--r-- | db_structure.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/db_structure.xml b/db_structure.xml index 36ee35b544d..13d5732a8d5 100644 --- a/db_structure.xml +++ b/db_structure.xml @@ -142,14 +142,14 @@ <length>1</length> </field> - <index> +<!-- <index> <name>fscache_path_index</name> <unique>true</unique> <field> <name>path</name> <sorting>ascending</sorting> </field> - </index> + </index>--> <index> <name>parent_index</name> |