guix-data-service/sqitch/revert/derivation_outputs_id_and_derivation_id_idx.sql
Christopher Baines fc5f562731 Add index on derivation_outputs id and derivation_id fields
This might help with doing recursive queries on the derivations graph.
2022-11-12 10:42:04 +00:00

7 lines
120 B
PL/PgSQL

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