aboutsummaryrefslogtreecommitdiff
path: root/sqitch/revert
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2022-09-09 12:39:38 +0100
committerChristopher Baines <mail@cbaines.net>2022-09-09 12:39:38 +0100
commitad39492cf066ba88bd0b31c68a6d7f6c2cda01db (patch)
tree50b063dd336a30455ef228be059c1803dfc7516f /sqitch/revert
parent45e25c243682fc76a084ccc3f6c2c12cd8f2385e (diff)
downloaddata-service-ad39492cf066ba88bd0b31c68a6d7f6c2cda01db.tar
data-service-ad39492cf066ba88bd0b31c68a6d7f6c2cda01db.tar.gz
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.
Diffstat (limited to 'sqitch/revert')
-rw-r--r--sqitch/revert/git_repositories_query_substitutes.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sqitch/revert/git_repositories_query_substitutes.sql b/sqitch/revert/git_repositories_query_substitutes.sql
new file mode 100644
index 0000000..9b3dc2b
--- /dev/null
+++ b/sqitch/revert/git_repositories_query_substitutes.sql
@@ -0,0 +1,7 @@
+-- Revert guix-data-service:git_repositories_query_substitutes from pg
+
+BEGIN;
+
+-- XXX Add DDLs here.
+
+COMMIT;