Add an extra index on blocked_builds

I think this might help with queries that don't use the build_server_id.
This commit is contained in:
Christopher Baines 2023-03-05 10:21:14 +00:00
parent 7e7cd3f5a9
commit a6f239fb8a
4 changed files with 23 additions and 0 deletions

View file

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