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

BEGIN;

-- XXX Add verifications here.

ROLLBACK;