index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/bootstrap-mysql | 1 |
diff --git a/bin/bootstrap-mysql b/bin/bootstrap-mysql index 20ddfa5..b250086 100755 --- a/bin/bootstrap-mysql +++ b/bin/bootstrap-mysql @@ -67,6 +67,7 @@ if [ ! "$1" = 'slim' ]; then ' package_source BIGINT :package_sources' \ ' architecture SMALLINT :architectures' \ ' is_blocked VARCHAR(128) NULL' \ + ' is_broken BIT' \ ' UNIQUE content package_source architecture' \ 'build_dependency_loops BIGINT' \ ' loop MEDIUMINT' \ |