aboutsummaryrefslogtreecommitdiff
path: root/sqitch/sqlite/verify
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2021-05-21 18:07:29 +0100
committerChristopher Baines <mail@cbaines.net>2021-05-21 20:29:38 +0100
commit3782b81da0ed258c10acb7ffc43b18d5af50e28b (patch)
treeb92e2ba7902c1e5ba01f888fd0518cbc6d45c464 /sqitch/sqlite/verify
parent132a94246f80e17922f2e6d5b584324a09cb0bf8 (diff)
downloadbuild-coordinator-3782b81da0ed258c10acb7ffc43b18d5af50e28b.tar
build-coordinator-3782b81da0ed258c10acb7ffc43b18d5af50e28b.tar.gz
Introduce an outputs table
Diffstat (limited to 'sqitch/sqlite/verify')
-rw-r--r--sqitch/sqlite/verify/create_outputs.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sqitch/sqlite/verify/create_outputs.sql b/sqitch/sqlite/verify/create_outputs.sql
new file mode 100644
index 0000000..4398410
--- /dev/null
+++ b/sqitch/sqlite/verify/create_outputs.sql
@@ -0,0 +1,7 @@
+-- Verify guix-build-coordinator:create_outputs on sqlite
+
+BEGIN;
+
+-- XXX Add verifications here.
+
+ROLLBACK;