aboutsummaryrefslogtreecommitdiff
path: root/sqitch/pg/deploy/unprocessed_hook_events.sql
blob: 89616832a08ed2620ffe448d65041ef70578711b (plain)
1
2
3
4
5
6
7
-- Deploy guix-build-coordinator:unprocessed_hook_events to pg

BEGIN;

-- XXX Add DDLs here.

COMMIT;