Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🚑 Replace final contact index still using is_test #2319

Merged
merged 2 commits into from
Feb 15, 2019
Merged

Conversation

rowanseymour
Copy link
Member

Not sure how I managed to miss this one in #2314

@@ -30,7 +30,7 @@ CREATE INDEX IF NOT EXISTS channels_channelsession_pending_events

CREATE INDEX IF NOT EXISTS contact_fields_keys_idx ON contacts_contact USING GIN(extract_jsonb_keys(fields));

CREATE INDEX IF NOT EXISTS contacts_contact_modified_on_non_test ON contacts_contact(modified_on) WHERE is_test = FALSE;
CREATE INDEX CONCURRENTLY contacts_contact_modified_on ON contacts_contact(modified_on);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

anyone know what this index is used for? ES?

@codecov
Copy link

codecov bot commented Feb 14, 2019

Codecov Report

Merging #2319 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master   #2319   +/-   ##
======================================
  Coverage     100%    100%           
======================================
  Files         220     220           
  Lines       26139   26139           
======================================
  Hits        26139   26139

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a038311...b978a27. Read the comment docs.

@rowanseymour rowanseymour merged commit d716dc9 into master Feb 15, 2019
@rowanseymour rowanseymour deleted the final_index branch February 15, 2019 14:40
rowanseymour added a commit to nyaruka/rp-indexer that referenced this pull request Feb 15, 2019
Should only be deployed once nyaruka/rapidpro#2319 is deployed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant