mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
postgresql needs contraint names to be unque across the database, not only the table
This commit is contained in:
parent
d7ed456f96
commit
a1dfe16d0a
1 changed files with 1 additions and 1 deletions
|
|
@ -143,7 +143,7 @@
|
|||
</field>
|
||||
|
||||
<index>
|
||||
<name>path_index</name>
|
||||
<name>fscache_path_index</name>
|
||||
<unique>true</unique>
|
||||
<field>
|
||||
<name>path</name>
|
||||
|
|
|
|||
Loading…
Reference in a new issue