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

BEGIN;

-- XXX Add DDLs here.

COMMIT;