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:
authorRobin Appelman <icewind@owncloud.com>2012-01-16 17:36:47 +0400
committerRobin Appelman <icewind@owncloud.com>2012-01-16 17:36:47 +0400
commita1dfe16d0a130c4d27bad8418a3801fdd5774735 (patch)
treee2a134babde97ee1980ba3bd3bbe1d26274db177 /db_structure.xml
parentd7ed456f965a8fbc3cf44ebf026f6f828cca2242 (diff)
postgresql needs contraint names to be unque across the database, not only the table
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 39dea564b0f..36ee35b544d 100644
--- a/db_structure.xml
+++ b/db_structure.xml
@@ -143,7 +143,7 @@
</field>
<index>
- <name>path_index</name>
+ <name>fscache_path_index</name>
<unique>true</unique>
<field>
<name>path</name>