Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamil Domanski <kdomanski@kdemail.net>2011-06-19 01:57:03 +0400
committerKamil Domanski <kdomanski@kdemail.net>2011-06-19 01:57:03 +0400
commit97ab331b2a41777b64881118819902183e5f0b98 (patch)
tree405b91eeb8fd1a63cc568f269493c30e46bcf643 /db_structure.xml
parentbe3ee0318942f092839b3de04f193a04e397116c (diff)
change db index names to avoid collisions
Diffstat (limited to 'db_structure.xml')
-rw-r--r--db_structure.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/db_structure.xml b/db_structure.xml
index 599352c2a8d..19cdccef8a4 100644
--- a/db_structure.xml
+++ b/db_structure.xml
@@ -208,7 +208,7 @@
</field>
<index>
- <name>path</name>
+ <name>locks_path</name>
<field>
<name>path</name>
<sorting>ascending</sorting>
@@ -216,7 +216,7 @@
</index>
<index>
- <name>path_2</name>
+ <name>locks_path_2</name>
<field>
<name>path</name>
<sorting>ascending</sorting>
@@ -224,7 +224,7 @@
</index>
<index>
- <name>path_3</name>
+ <name>locks_path_3</name>
<field>
<name>path</name>
<sorting>ascending</sorting>
@@ -236,7 +236,7 @@
</index>
<index>
- <name>expires</name>
+ <name>locks_expires</name>
<field>
<name>expires</name>
<sorting>ascending</sorting>
@@ -253,7 +253,7 @@
</index>
<index>
- <name>token</name>
+ <name>locks_token</name>
<unique>true</unique>
<field>
<name>token</name>