guix-data-service/sqitch/revert/package_derivations_not_null_hash_index.sql
Christopher Baines 5cefa250d8 Add an index on derivation_output_details.id
Where hash is not null, since this helps with the fixed output package
derivations query.
2021-07-11 15:25:12 +01:00

7 lines
116 B
PL/PgSQL

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