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/revert/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

7 lines
149 B
PL/PgSQL

-- Revert guix-data-service:blocked_builds_blocked_builds_blocked_derivation_output_details_set_id_2 from pg
BEGIN;
-- XXX Add DDLs here.
COMMIT;