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