Make database changes to help with deleting entries in the nars table
This commit is contained in:
parent
7495085f63
commit
1461aa037f
7 changed files with 74 additions and 0 deletions
7
sqitch/revert/cascade_nar_foreign_keys.sql
Normal file
7
sqitch/revert/cascade_nar_foreign_keys.sql
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
-- Revert guix-data-service:cascade_nar_foreign_keys from pg
|
||||
|
||||
BEGIN;
|
||||
|
||||
-- XXX Add DDLs here.
|
||||
|
||||
COMMIT;
|
||||
Loading…
Add table
Add a link
Reference in a new issue