Skip to content
Snippets Groups Projects
Commit 6cdfb020 authored by Erik Johnston's avatar Erik Johnston
Browse files

Add index to temp table

parent e9e5d339
No related branches found
No related tags found
No related merge requests found
......@@ -20,3 +20,4 @@ INSERT INTO background_updates (update_name, progress_json) VALUES
DROP TABLE IF EXISTS _extremities_to_check; -- To make this delta schema file idempotent.
CREATE TABLE _extremities_to_check AS SELECT event_id FROM event_forward_extremities;
CREATE INDEX _extremities_to_check_id ON _extremities_to_check(event_id);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment