2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/data-service.git synced 2023-12-14 03:23:03 +01:00
data-service/sqitch/verify/make_some_constraints_deferrable.sql
Christopher Baines e5a6680808 Make a constraint deferrable
To allow for deferring it in a transaction when deleting derivations.
2020-02-16 22:28:37 +00:00

8 lines
118 B
PL/PgSQL

-- Verify guix-data-service:make_some_constraints_deferrable on pg
BEGIN;
-- XXX Add verifications here.
ROLLBACK;