From 3682408492801e1325f742267394db7cca7f2339 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 23 Mar 2018 10:27:23 +0100 Subject: bin/bootstrap-mysql: build_assignments.is_black_listed should be TEXT --- bin/bootstrap-mysql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/bootstrap-mysql') diff --git a/bin/bootstrap-mysql b/bin/bootstrap-mysql index acf2170..98f8efb 100755 --- a/bin/bootstrap-mysql +++ b/bin/bootstrap-mysql @@ -88,7 +88,7 @@ if [ ! "$1" = 'slim' ]; then ' package_source BIGINT :package_sources' \ ' architecture SMALLINT :architectures' \ ' is_blocked VARCHAR(128) NULL' \ - ' is_black_listed VARCHAR(128) NULL' \ + ' is_black_listed TEXT NULL' \ ' is_broken BIT' \ ' priority SMALLINT' \ ' UNIQUE content package_source architecture' \ -- cgit v1.2.3-54-g00ecf