diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2016-08-09 22:43:29 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2016-08-09 22:43:29 +0200 |
commit | 9d9c5405445f609120ef14fa320948444b40ef8b (patch) | |
tree | 72cc2771ccfa6e3a6e1c089b63706dd4ad86bee7 /db_structure.xml | |
parent | ceeb44bd04f2606bea4c94107850157719127581 (diff) | |
download | nextcloud-server-9d9c5405445f609120ef14fa320948444b40ef8b.tar.gz nextcloud-server-9d9c5405445f609120ef14fa320948444b40ef8b.zip |
fix duplicated db index name
Diffstat (limited to 'db_structure.xml')
-rw-r--r-- | db_structure.xml | 2 |
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> |