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 @@
-- Revert guix-data-service:cascade_nar_foreign_keys from pg
BEGIN;
-- XXX Add DDLs here.
COMMIT;

View file

@ -0,0 +1,7 @@
-- Revert guix-data-service:nar_indexes from pg
BEGIN;
-- XXX Add DDLs here.
COMMIT;