aboutsummaryrefslogtreecommitdiff
path: root/sqitch/pg/revert/create_systems.sql
blob: 45ae7a3a4ebf139310916f606a4f6edf0b68ca42 (plain)
1
2
3
4
5
6
7
-- Revert guix-build-coordinator:create_systems from pg

BEGIN;

-- XXX Add DDLs here.

COMMIT;