Make database changes to help with deleting entries in the nars table

This commit is contained in:
Christopher Baines 2023-08-01 14:12:48 +01:00
parent 7495085f63
commit 1461aa037f
7 changed files with 74 additions and 0 deletions

View file

@ -0,0 +1,7 @@
-- Verify guix-data-service:nar_indexes on pg
BEGIN;
-- XXX Add verifications here.
ROLLBACK;