data-service/sqitch/revert/remove_old_cross_derivation...

8 lines
105 B
PL/PgSQL

-- Revert guix-data-service:remove_old_cross_derivations from pg
BEGIN;
-- XXX Add DDLs here.
COMMIT;