summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2012-10-03 11:31:13 +0200
committerRobin Appelman <icewind@owncloud.com>2012-10-03 11:31:13 +0200
commit3c8e5ea3581cbbfc5acd3c229080bc63548d2827 (patch)
treeae5c0a8e7d862451f5b7e2b6cdc79136eab63c67
parente415e90c6d8a2e8bb129be7c63a7077c56ab3da8 (diff)
downloadnextcloud-server-3c8e5ea3581cbbfc5acd3c229080bc63548d2827.tar.gz
nextcloud-server-3c8e5ea3581cbbfc5acd3c229080bc63548d2827.zip
this index cant be unique due to collisions of the root of different storages
-rw-r--r--db_structure.xml1
-rwxr-xr-xlib/util.php2
2 files changed, 1 insertions, 2 deletions
diff --git a/db_structure.xml b/db_structure.xml
index 8bbc6e5cc6b..e0b9dc11e94 100644
--- a/db_structure.xml
+++ b/db_structure.xml
@@ -161,7 +161,6 @@
<index>
<name>parent_name_hash</name>
- <unique>true</unique>
<field>
<name>parent</name>
<sorting>ascending</sorting>
diff --git a/lib/util.php b/lib/util.php
index 264d61319dd..be9d1f4fb5f 100755
--- a/lib/util.php
+++ b/lib/util.php
@@ -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);
}
/**