aboutsummaryrefslogtreecommitdiff
path: root/sqitch/sqlite/verify/create_outputs.sql
diff options
context:
space:
mode:
Diffstat (limited to 'sqitch/sqlite/verify/create_outputs.sql')
-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;