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:
authorJörn Friedrich Dreyer <jfd@butonic.de>2012-09-20 23:05:37 +0400
committerJörn Friedrich Dreyer <jfd@butonic.de>2012-09-20 23:05:37 +0400
commit1c97fd72284c17857b5879a17cf3251cdbb20450 (patch)
treea28e731408e6604a4d98de97402ffd2dcb3012cc /db_structure.xml
parent57c02d16ca39ede15781625f83e838b0e1a9d323 (diff)
shorten index name, oracle can only handle identifiers <=30 chars
Diffstat (limited to 'db_structure.xml')
-rw-r--r--db_structure.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/db_structure.xml b/db_structure.xml
index b35a6c7cdc2..b1e620f8499 100644
--- a/db_structure.xml
+++ b/db_structure.xml
@@ -405,7 +405,7 @@
</field>
<index>
- <name>preferences_userid_appid_key_index</name>
+ <name>pref_userid_appid_key_index</name>
<field>
<name>userid</name>
<sorting>ascending</sorting>