Where hash is not null, since this helps with the fixed output package derivations query.
7 lines
116 B
PL/PgSQL
7 lines
116 B
PL/PgSQL
-- Revert guix-data-service:package_derivations_not_null_hash_index from pg
|
|
|
|
BEGIN;
|
|
|
|
-- XXX Add DDLs here.
|
|
|
|
COMMIT;
|