From a1dfe16d0a130c4d27bad8418a3801fdd5774735 Mon Sep 17 00:00:00 2001 From: Robin Appelman <icewind@owncloud.com> Date: Mon, 16 Jan 2012 14:36:47 +0100 Subject: [PATCH] postgresql needs contraint names to be unque across the database, not only the table --- db_structure.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db_structure.xml b/db_structure.xml index 39dea564b0..36ee35b544 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> -- GitLab