From 2cf5234736d6d5dfbe6d661e0d2ac917724dc3bd Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 28 Mar 2018 14:51:15 +0200 Subject: bin/bootstrap-mysql: add todo --- bin/bootstrap-mysql | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/bootstrap-mysql') 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 -- cgit v1.2.3-54-g00ecf