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

BEGIN;

-- XXX Add DDLs here.

COMMIT;