Add migration to create an index on load_new_guix_revision_job_events

To speed up the rendering of the index page.
This commit is contained in:
Christopher Baines 2019-09-29 12:04:57 +01:00
parent 580900b0f4
commit bd47a03c22
4 changed files with 22 additions and 0 deletions

View file

@ -0,0 +1,7 @@
-- Verify guix-data-service:index_on_load_new_guix_revision_job_events_job_id on pg
BEGIN;
-- XXX Add verifications here.
ROLLBACK;