mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 14:23:17 -04:00
this index cant be unique due to collisions of the root of different storages
This commit is contained in:
parent
e415e90c6d
commit
3c8e5ea358
2 changed files with 1 additions and 2 deletions
|
|
@ -161,7 +161,6 @@
|
|||
|
||||
<index>
|
||||
<name>parent_name_hash</name>
|
||||
<unique>true</unique>
|
||||
<field>
|
||||
<name>parent</name>
|
||||
<sorting>ascending</sorting>
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue