postgresql needs contraint names to be unque across the database, not only the table

This commit is contained in:
Robin Appelman 2012-01-16 14:36:47 +01:00
parent d7ed456f96
commit a1dfe16d0a
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@
</field>
<index>
<name>path_index</name>
<name>fscache_path_index</name>
<unique>true</unique>
<field>
<name>path</name>