From b140469ccd17d0eead00f766a251cb824de5a520 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sun, 28 Jul 2019 20:09:41 +0200 Subject: buildmaster/build-list.php: repair type of `is_blocked` --- buildmaster/build-list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buildmaster') diff --git a/buildmaster/build-list.php b/buildmaster/build-list.php index 9da07bd..96d2dac 100644 --- a/buildmaster/build-list.php +++ b/buildmaster/build-list.php @@ -273,7 +273,7 @@ function combine_fields($cln) { mysql_run_query( 'CREATE TEMPORARY TABLE `ba_q`(' . '`id` BIGINT,' . - '`is_blocked` BIT,' . + '`is_blocked` VARCHAR(128),' . '`is_broken` BIT,' . '`priority` SMALLINT,' . '`currently_blocking` MEDIUMINT,' . -- cgit v1.2.3