index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/bootstrap-mysql | 2 |
diff --git a/bin/bootstrap-mysql b/bin/bootstrap-mysql index 5f51c07..0c56277 100755 --- a/bin/bootstrap-mysql +++ b/bin/bootstrap-mysql @@ -174,6 +174,8 @@ if [ ! "$1" = 'slim' ]; then 'file_providers BIGINT' \ ' package BIGINT :binary_packages' \ ' file BIGINT :files' + # TODO: files is currently not represented correctly, because + # it is not representable in this form ) # shellcheck disable=SC2016 |