From 1477c25e6c8cbeefb0951a9a86a593dccac4e694 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolphe=20Qui=C3=A9deville?= Date: Tue, 20 Oct 2015 10:08:08 +0200 Subject: [PATCH] FIX wrong detection of idx_deleted_parent_id_collection_id_last_modified ADD Rodolphe to contributors file --- CONTRIBUTORS.rst | 1 + cliquet/storage/postgresql/schema.sql | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst index 5e9833f6..fee75ca4 100644 --- a/CONTRIBUTORS.rst +++ b/CONTRIBUTORS.rst @@ -11,4 +11,5 @@ Contributors * Michiel de Jong * Nicolas Perriault * Rémy Hubscher +* Rodolphe Quiédeville * Tarek Ziade diff --git a/cliquet/storage/postgresql/schema.sql b/cliquet/storage/postgresql/schema.sql index cf012533..f7c3af82 100644 --- a/cliquet/storage/postgresql/schema.sql +++ b/cliquet/storage/postgresql/schema.sql @@ -95,7 +95,7 @@ BEGIN IF NOT EXISTS ( SELECT 1 FROM pg_indexes - WHERE indexname = 'idx_records_last_modified_epoch' + WHERE indexname = 'idx_deleted_parent_id_collection_id_last_modified' AND tablename = 'deleted' ) THEN