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

BEGIN;

-- XXX Add DDLs here.

COMMIT;