From c127c78df498214ed03982c9a406d8c52135123b Mon Sep 17 00:00:00 2001 From: Thomas Tanghus Date: Mon, 12 Nov 2012 23:35:42 +0100 Subject: [PATCH] Don't use indexes in test data as postgres complains over duplicate keys. --- tests/data/db_structure.xml | 41 ------------------------------------- 1 file changed, 41 deletions(-) diff --git a/tests/data/db_structure.xml b/tests/data/db_structure.xml index 8a80819adf2..af2e5ce3439 100644 --- a/tests/data/db_structure.xml +++ b/tests/data/db_structure.xml @@ -175,47 +175,6 @@ 255 - - uid_index - - uid - ascending - - - - - type_index - - type - ascending - - - - - category_index - - category - ascending - - - - - uid_type_category_index - true - - uid - ascending - - - type - ascending - - - category - ascending - - -