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:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2016-08-09 23:43:29 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2016-08-09 23:43:29 +0300
commit9d9c5405445f609120ef14fa320948444b40ef8b (patch)
tree72cc2771ccfa6e3a6e1c089b63706dd4ad86bee7 /db_structure.xml
parentceeb44bd04f2606bea4c94107850157719127581 (diff)
fix duplicated db index name
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 f6955be8e06..b4c231a9248 100644
--- a/db_structure.xml
+++ b/db_structure.xml
@@ -2059,7 +2059,7 @@
</field>
<index>
- <name>admin_sections_id_index</name>
+ <name>admin_settings_id_index</name>
<unique>true</unique>
<field>
<name>id</name>