this index cant be unique due to collisions of the root of different storages

This commit is contained in:
Robin Appelman 2012-10-03 11:31:13 +02:00
parent e415e90c6d
commit 3c8e5ea358
2 changed files with 1 additions and 2 deletions

View File

@ -161,7 +161,6 @@
<index>
<name>parent_name_hash</name>
<unique>true</unique>
<field>
<name>parent</name>
<sorting>ascending</sorting>

View File

@ -81,7 +81,7 @@ class OC_Util {
*/
public static function getVersion() {
// hint: We only can count up. So the internal version number of ownCloud 4.5 will be 4.9.0. This is not visible to the user
return array(4,86,12);
return array(4,86,13);
}
/**