From bac85d5b0eae27f56fe5206d8342ef47983dcbb6 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 27 Mar 2018 10:56:08 +0200 Subject: bin/bootstrap-mysql: add new column to `build_slaves` --- bin/bootstrap-mysql | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/bootstrap-mysql b/bin/bootstrap-mysql index 4a79c55..46adc55 100755 --- a/bin/bootstrap-mysql +++ b/bin/bootstrap-mysql @@ -103,6 +103,7 @@ if [ ! "$1" = 'slim' ]; then ' operator VARCHAR(32)' \ ' currently_building BIGINT NULL :build_assignments' \ ' last_connection DATETIME' \ + ' logged_lines BIGINT NULL' \ ' UNIQUE name' \ 'package_sources BIGINT' \ ' pkgbase VARCHAR(64)' \ -- cgit v1.2.3-54-g00ecf