diff options
author | Robin Appelman <icewind@owncloud.com> | 2012-10-03 11:31:13 +0200 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2012-10-03 11:31:13 +0200 |
commit | 3c8e5ea3581cbbfc5acd3c229080bc63548d2827 (patch) | |
tree | ae5c0a8e7d862451f5b7e2b6cdc79136eab63c67 /db_structure.xml | |
parent | e415e90c6d8a2e8bb129be7c63a7077c56ab3da8 (diff) | |
download | nextcloud-server-3c8e5ea3581cbbfc5acd3c229080bc63548d2827.tar.gz nextcloud-server-3c8e5ea3581cbbfc5acd3c229080bc63548d2827.zip |
this index cant be unique due to collisions of the root of different storages
Diffstat (limited to 'db_structure.xml')
-rw-r--r-- | db_structure.xml | 1 |
1 files changed, 0 insertions, 1 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> |