summaryrefslogtreecommitdiff
path: root/bin/bootstrap-mysql
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-04-02 22:07:08 +0200
committerErich Eckner <git@eckner.net>2018-04-02 22:07:08 +0200
commit8787c5417091be638f1b51d0cb7b452ef2a82565 (patch)
treee051bf27e360b28cba756280f1c0426afc0109bb /bin/bootstrap-mysql
parent3edeeb61fed2a7adcd8766818cdbae90b27d9fe6 (diff)
downloadbuilder-8787c5417091be638f1b51d0cb7b452ef2a82565.tar.xz
bin/bootstrap-mysql: new column in build_slaves
Diffstat (limited to 'bin/bootstrap-mysql')
-rwxr-xr-xbin/bootstrap-mysql1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/bootstrap-mysql b/bin/bootstrap-mysql
index 9c6ad30..afe9c42 100755
--- a/bin/bootstrap-mysql
+++ b/bin/bootstrap-mysql
@@ -102,6 +102,7 @@ if [ ! "$1" = 'slim' ]; then
' currently_building BIGINT NULL :build_assignments' \
' last_connection DATETIME' \
' logged_lines BIGINT NULL' \
+ ' last_action VARCHAR(32) NULL' \
' UNIQUE name' \
'package_sources BIGINT' \
' pkgbase VARCHAR(64)' \