2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/data-service.git synced 2023-12-14 03:23:03 +01:00
data-service/sqitch/deploy/blocked_builds_blocked_builds_blocked_derivation_output_details_set_id_2.sql
Christopher Baines a6f239fb8a Add an extra index on blocked_builds
I think this might help with queries that don't use the build_server_id.
2023-03-05 10:21:14 +00:00

9 lines
260 B
PL/PgSQL

-- Deploy guix-data-service:blocked_builds_blocked_builds_blocked_derivation_output_details_set_id_2 to pg
BEGIN;
CREATE INDEX blocked_builds_blocked_derivation_output_details_set_id_2
ON blocked_builds (blocked_derivation_output_details_set_id);
COMMIT;