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

BEGIN;

-- XXX Add DDLs here.

COMMIT;