aboutsummaryrefslogtreecommitdiff
path: root/sqitch/verify/narinfo_fetch_record.sql
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2019-12-04 22:04:44 +0100
committerChristopher Baines <mail@cbaines.net>2019-12-04 22:04:44 +0100
commit76eca407910ce8ca714291c74dec8d9761590d56 (patch)
treee14d95302c9bcc9be518a6cd530e3fb179e43c22 /sqitch/verify/narinfo_fetch_record.sql
parentf0b16b5a7c6503c6df855ed9d36cfd1bb39cab8c (diff)
downloaddata-service-76eca407910ce8ca714291c74dec8d9761590d56.tar
data-service-76eca407910ce8ca714291c74dec8d9761590d56.tar.gz
Add a table to record where narinfo files were fetched from
Otherwise it's hard to associated narinfo files to build servers.
Diffstat (limited to 'sqitch/verify/narinfo_fetch_record.sql')
-rw-r--r--sqitch/verify/narinfo_fetch_record.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sqitch/verify/narinfo_fetch_record.sql b/sqitch/verify/narinfo_fetch_record.sql
new file mode 100644
index 0000000..028d113
--- /dev/null
+++ b/sqitch/verify/narinfo_fetch_record.sql
@@ -0,0 +1,7 @@
+-- Verify guix-data-service:narinfo_fetch_record on pg
+
+BEGIN;
+
+-- XXX Add verifications here.
+
+ROLLBACK;