diff options
author | Robin Appelman <icewind@owncloud.com> | 2012-01-16 14:36:47 +0100 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2012-01-16 14:36:47 +0100 |
commit | a1dfe16d0a130c4d27bad8418a3801fdd5774735 (patch) | |
tree | e2a134babde97ee1980ba3bd3bbe1d26274db177 /db_structure.xml | |
parent | d7ed456f965a8fbc3cf44ebf026f6f828cca2242 (diff) | |
download | nextcloud-server-a1dfe16d0a130c4d27bad8418a3801fdd5774735.tar.gz nextcloud-server-a1dfe16d0a130c4d27bad8418a3801fdd5774735.zip |
postgresql needs contraint names to be unque across the database, not only the table
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 39dea564b0f..36ee35b544d 100644 --- a/db_structure.xml +++ b/db_structure.xml @@ -143,7 +143,7 @@ </field> <index> - <name>path_index</name> + <name>fscache_path_index</name> <unique>true</unique> <field> <name>path</name> |