blob: 7862ec87ac98a1477e40bf3789330521b394a0a4 (
plain)
1
2
3
4
5
6
7
|
-- Deploy guix-data-service:package_derivations_not_null_hash_index to pg
BEGIN;
CREATE INDEX derivation_output_details_id_hash_not_null_idx ON derivation_output_details (id) WHERE hash IS NOT NULL;
COMMIT;
|