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

BEGIN;

-- XXX Add verifications here.

ROLLBACK;