aboutsummaryrefslogtreecommitdiff
path: root/sqitch/sqlite/revert
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2023-03-24 09:45:10 +0000
committerChristopher Baines <mail@cbaines.net>2023-03-24 09:51:28 +0000
commitd6ae42f19691267d915cd66174436f33debabec0 (patch)
treebdcac7bd56cb06a2a62631e72564c7a51716cbf3 /sqitch/sqlite/revert
parent024761d432ff84e197b49846c71ac34f5703df38 (diff)
downloadbuild-coordinator-d6ae42f19691267d915cd66174436f33debabec0.tar
build-coordinator-d6ae42f19691267d915cd66174436f33debabec0.tar.gz
Add processor count to the agent status
This is useful when interpreting the load information.
Diffstat (limited to 'sqitch/sqlite/revert')
-rw-r--r--sqitch/sqlite/revert/agent_status_add_processor_count.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sqitch/sqlite/revert/agent_status_add_processor_count.sql b/sqitch/sqlite/revert/agent_status_add_processor_count.sql
new file mode 100644
index 0000000..5f94a64
--- /dev/null
+++ b/sqitch/sqlite/revert/agent_status_add_processor_count.sql
@@ -0,0 +1,7 @@
+-- Revert guix-build-coordinator:agent_status_add_processor_count from sqlite
+
+BEGIN;
+
+-- XXX Add DDLs here.
+
+COMMIT;