Make a constraint deferrable
To allow for deferring it in a transaction when deleting derivations.
This commit is contained in:
parent
bfa468a325
commit
e5a6680808
4 changed files with 23 additions and 0 deletions
7
sqitch/verify/make_some_constraints_deferrable.sql
Normal file
7
sqitch/verify/make_some_constraints_deferrable.sql
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
-- Verify guix-data-service:make_some_constraints_deferrable on pg
|
||||
|
||||
BEGIN;
|
||||
|
||||
-- XXX Add verifications here.
|
||||
|
||||
ROLLBACK;
|
||||
Loading…
Add table
Add a link
Reference in a new issue