aboutsummaryrefslogtreecommitdiff
path: root/sqitch/revert
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2020-10-07 18:50:13 +0100
committerChristopher Baines <mail@cbaines.net>2020-10-07 18:50:13 +0100
commit9f9c23010e79ea2d1dc400fa5d48562b05d9be29 (patch)
treef76aaa3f89d61de3f6977e44863bc54c5866d714 /sqitch/revert
parent888d9fcb98c6d697120993efe0b3bbd175bf37d7 (diff)
downloaddata-service-9f9c23010e79ea2d1dc400fa5d48562b05d9be29.tar
data-service-9f9c23010e79ea2d1dc400fa5d48562b05d9be29.tar.gz
Support storing whether to authenticate commits by git repository
To allow using the Guix Data Service when commits aren't authenticated.
Diffstat (limited to 'sqitch/revert')
-rw-r--r--sqitch/revert/git_repositories_add_fetch_with_authentication_field.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sqitch/revert/git_repositories_add_fetch_with_authentication_field.sql b/sqitch/revert/git_repositories_add_fetch_with_authentication_field.sql
new file mode 100644
index 0000000..991039d
--- /dev/null
+++ b/sqitch/revert/git_repositories_add_fetch_with_authentication_field.sql
@@ -0,0 +1,7 @@
+-- Revert guix-data-service:git_repositories_add_fetch_with_authentication_field from pg
+
+BEGIN;
+
+-- XXX Add DDLs here.
+
+COMMIT;