data-service/sqitch/revert/channel_instance_derivation...

8 lines
113 B
PL/PgSQL

-- Revert guix-data-service:channel_instance_derivations from pg
BEGIN;
DROP TABLE channel_instances;
COMMIT;