summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-03-28 14:51:15 +0200
committerErich Eckner <git@eckner.net>2018-03-28 14:51:15 +0200
commit2cf5234736d6d5dfbe6d661e0d2ac917724dc3bd (patch)
treee6eff34a66f5edeca7835a49d914692cc2e9e279 /bin
parentd1f85f94a3baa51c38be356f659138bef035d460 (diff)
downloadbuilder-2cf5234736d6d5dfbe6d661e0d2ac917724dc3bd.tar.xz
bin/bootstrap-mysql: add todo
Diffstat (limited to 'bin')
-rwxr-xr-xbin/bootstrap-mysql2
1 files changed, 2 insertions, 0 deletions
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