Skip to content

Commit

Permalink
FIX wrong detection of idx_deleted_parent_id_collection_id_last_modified
Browse files Browse the repository at this point in the history
ADD Rodolphe to contributors file
  • Loading branch information
rodo committed Oct 20, 2015
1 parent defa9a8 commit 1477c25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ Contributors
* Michiel de Jong <michiel@unhosted.org>
* Nicolas Perriault <nperriault@mozilla.com>
* Rémy Hubscher <rhubscher@mozilla.com>
* Rodolphe Quiédeville <rodolphe@quiedeville.org>
* Tarek Ziade <tarek@mozilla.com>
2 changes: 1 addition & 1 deletion cliquet/storage/postgresql/schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1477c25

Please sign in to comment.