From 415c6aad4c8324b7de4d11e07600344b0e0b90c3 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 30 May 2018 11:31:35 +0200 Subject: lib/mysql-functions: add TODOs (not specific to that script) --- lib/mysql-functions | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'lib/mysql-functions') diff --git a/lib/mysql-functions b/lib/mysql-functions index 196e03b..968dd7a 100755 --- a/lib/mysql-functions +++ b/lib/mysql-functions @@ -12,6 +12,18 @@ fi # TODO: replace most/all insert-select queries by separate select and insert # queries +# TODO: remove all references to `binary_packages`.`repositories` + +# TODO: remove `binary_packages`.`repositories` from the database + +# TODO: normally operate on `binary_packages_in_repositories` instead of +# `binary_packages` + +# TODO: consider `binary_packages` as cache of +# `binary_packages_in_repositories` (e.g. delete, when no +# `binary_packages_in_repositories` needs `binary_packages` anymore, +# otherwise let them untouched) + # base64_encode_each encode each line of stdin with base64 base64_encode_each() { -- cgit v1.2.3-54-g00ecf