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

BEGIN;

-- XXX Add DDLs here.

COMMIT;