From 8787c5417091be638f1b51d0cb7b452ef2a82565 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 2 Apr 2018 22:07:08 +0200 Subject: bin/bootstrap-mysql: new column in build_slaves --- bin/bootstrap-mysql | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/bootstrap-mysql') 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)' \ -- cgit v1.2.3-54-g00ecf