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

BEGIN;

-- XXX Add DDLs here.

COMMIT;