guix-data-service/sqitch/verify/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
125 B
PL/PgSQL

-- Verify guix-data-service:package_derivations_not_null_hash_index on pg
BEGIN;
-- XXX Add verifications here.
ROLLBACK;