aboutsummaryrefslogtreecommitdiff
path: root/sqitch/verify
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2019-12-28 22:47:58 +0000
committerChristopher Baines <mail@cbaines.net>2019-12-28 22:47:58 +0000
commitc84b21be7cda09bbcd5ac94b10525cead5ee080a (patch)
tree7a8add4cfdf726ed539470cda36d27b37b71bbd4 /sqitch/verify
parentf56935a8a6893ca27b8bebea15c452167764f901 (diff)
downloaddata-service-c84b21be7cda09bbcd5ac94b10525cead5ee080a.tar
data-service-c84b21be7cda09bbcd5ac94b10525cead5ee080a.tar.gz
Add a new table to nars for derivation source files
This will allow serving the nars for derivation source files.
Diffstat (limited to 'sqitch/verify')
-rw-r--r--sqitch/verify/add_derivation_source_file_nars.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sqitch/verify/add_derivation_source_file_nars.sql b/sqitch/verify/add_derivation_source_file_nars.sql
new file mode 100644
index 0000000..3c5d5cc
--- /dev/null
+++ b/sqitch/verify/add_derivation_source_file_nars.sql
@@ -0,0 +1,7 @@
+-- Verify guix-data-service:add_derivation_source_file_nars on pg
+
+BEGIN;
+
+-- XXX Add verifications here.
+
+ROLLBACK;