summaryrefslogtreecommitdiff
path: root/bin/bootstrap-mysql
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-03-23 10:27:23 +0100
committerErich Eckner <git@eckner.net>2018-03-23 10:27:23 +0100
commit3682408492801e1325f742267394db7cca7f2339 (patch)
tree34deb38aa74a5381fd7765769d4b0326b465ff56 /bin/bootstrap-mysql
parent68eb1424fa9d08c1c60fc3b1807a67d266fb66e5 (diff)
downloadbuilder-3682408492801e1325f742267394db7cca7f2339.tar.xz
bin/bootstrap-mysql: build_assignments.is_black_listed should be TEXT
Diffstat (limited to 'bin/bootstrap-mysql')
-rwxr-xr-xbin/bootstrap-mysql2
1 files changed, 1 insertions, 1 deletions
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' \