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

BEGIN;

-- XXX Add DDLs here.

COMMIT;