aboutsummaryrefslogtreecommitdiff
path: root/sqitch/verify/git_repositories_add_fetch_with_authentication_field.sql
diff options
context:
space:
mode:
Diffstat (limited to 'sqitch/verify/git_repositories_add_fetch_with_authentication_field.sql')
-rw-r--r--sqitch/verify/git_repositories_add_fetch_with_authentication_field.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sqitch/verify/git_repositories_add_fetch_with_authentication_field.sql b/sqitch/verify/git_repositories_add_fetch_with_authentication_field.sql
new file mode 100644
index 0000000..209aa61
--- /dev/null
+++ b/sqitch/verify/git_repositories_add_fetch_with_authentication_field.sql
@@ -0,0 +1,7 @@
+-- Verify guix-data-service:git_repositories_add_fetch_with_authentication_field on pg
+
+BEGIN;
+
+-- XXX Add verifications here.
+
+ROLLBACK;