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

BEGIN;

-- XXX Add DDLs here.

COMMIT;