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