aboutsummaryrefslogtreecommitdiff
path: root/sqitch/revert/add_derivation_sources_derivation_source_file_id_index.sql
blob: 2d7b84fcb20b95724ec5843914ef3f2d1364abef (plain)
1
2
3
4
5
6
7
-- Revert guix-data-service:add_derivation_sources_derivation_source_file_id_index from pg

BEGIN;

-- XXX Add DDLs here.

COMMIT;