aboutsummaryrefslogtreecommitdiff
path: root/sqitch/revert/blocked_builds.sql
blob: 1adf12e6d38ca54aa0651c7fd89f2c931a346856 (plain)
1
2
3
4
5
6
7
-- Revert guix-data-service:blocked_builds from pg

BEGIN;

-- XXX Add DDLs here.

COMMIT;