mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 17:52:02 -04:00
fix duplicated db index name
This commit is contained in:
parent
d01689037d
commit
9e39c4155a
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue