data-service/sqitch/revert/add_derivation_source_file_...

8 lines
126 B
PL/PgSQL

-- Revert guix-data-service:add_derivation_source_file_nars from pg
BEGIN;
DROP TABLE derivation_source_file_nars;
COMMIT;