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

BEGIN;

-- XXX Add DDLs here.

COMMIT;