guix-data-service/sqitch/revert/derivation_outputs_id_and_derivation_id_idx.sql

8 lines
120 B
MySQL
Raw Normal View History

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