diff options
author | Erich Eckner <git@eckner.net> | 2018-01-19 15:45:20 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-01-19 15:45:20 +0100 |
commit | db6b715b2006041692cec0c6beaa1a737fcd8bd5 (patch) | |
tree | 31c455bca6f402a8a1347bfc08a09c1608a41e71 /bin/bootstrap-mysql | |
parent | 775d5a5211e6a325a000e4491836625159167ee0 (diff) | |
download | builder-db6b715b2006041692cec0c6beaa1a737fcd8bd5.tar.xz |
bin/bootstrap-mysql: change db layout
Diffstat (limited to 'bin/bootstrap-mysql')
-rwxr-xr-x | bin/bootstrap-mysql | 1 |
1 files changed, 1 insertions, 0 deletions
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' \ |