postgresql needs contraint names to be unque across the database, not only the table
This commit is contained in:
parent
d7ed456f96
commit
a1dfe16d0a
|
@ -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 New Issue