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

BEGIN;

-- XXX Add DDLs here.

COMMIT;