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

8 lines
126 B
MySQL
Raw Normal View History

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