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

BEGIN;

-- XXX Add verifications here.

ROLLBACK;