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

BEGIN;

-- XXX Add DDLs here.

COMMIT;