index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2018-04-16 11:54:15 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-04-16 11:54:15 +0200 |
commit | b46fb496ee7425fdee5e1b743e772184e27e71f7 (patch) | |
tree | 1423796cedfc62a79563bd536f1527b4eb597893 /bin/bootstrap-mysql | |
parent | 5c53cf8fb86a1ced8892a6df07f777c83e4f1ba1 (diff) |
-rwxr-xr-x | bin/bootstrap-mysql | 12 |
diff --git a/bin/bootstrap-mysql b/bin/bootstrap-mysql index ca84bcf..822d995 100755 --- a/bin/bootstrap-mysql +++ b/bin/bootstrap-mysql @@ -165,17 +165,7 @@ if [ ! "$1" = 'slim' ]; then ' locked_tasks_count MEDIUMINT' \ ' blocked_tasks_count MEDIUMINT' \ ' next_tasks_count MEDIUMINT' \ - ' UNIQUE date' \ - 'files BIGINT' \ - ' path TEXT' \ - ' name TEXT' \ - ' name_hash VARCHAR(128)' \ - ' absolute_name_hash VARCHAR(128)' \ - 'file_providers BIGINT' \ - ' package BIGINT :binary_packages' \ - ' file BIGINT :files' - # TODO: files and file_providers is currently not represented - # correctly, because they are not representable in this form + ' UNIQUE date' ) # shellcheck disable=SC2016 |