aboutsummaryrefslogtreecommitdiff
path: root/sqitch/verify/make_some_constraints_deferrable.sql
blob: 51b13a72147a9fd73343f97c2758f8202189b6df (plain)
1
2
3
4
5
6
7
-- Verify guix-data-service:make_some_constraints_deferrable on pg

BEGIN;

-- XXX Add verifications here.

ROLLBACK;