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

BEGIN;

-- XXX Add DDLs here.

COMMIT;