2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/data-service.git synced 2023-12-14 03:23:03 +01:00
data-service/sqitch/revert/git_repositories_query_substitutes.sql
Christopher Baines ad39492cf0 Support per repository configuration for fetching substitutes
This is so that data.qa.guix.gnu.org can be configured only to query the
branches from the main repository.
2022-09-09 12:39:38 +01:00

7 lines
111 B
PL/PgSQL

-- Revert guix-data-service:git_repositories_query_substitutes from pg
BEGIN;
-- XXX Add DDLs here.
COMMIT;