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

BEGIN;

DROP TABLE derivation_source_file_nars;

COMMIT;