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

BEGIN;

-- XXX Add DDLs here.

COMMIT;