From 68eb1424fa9d08c1c60fc3b1807a67d266fb66e5 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 23 Mar 2018 10:07:52 +0100 Subject: bin/bootstrap-mysql: new column `is_black_listed` in `build_assignments` --- 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 817989d..acf2170 100755 --- a/bin/bootstrap-mysql +++ b/bin/bootstrap-mysql @@ -88,6 +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_broken BIT' \ ' priority SMALLINT' \ ' UNIQUE content package_source architecture' \ -- cgit v1.2.3-54-g00ecf