diff options
author | Erich Eckner <git@eckner.net> | 2018-05-30 14:41:05 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-05-30 14:41:05 +0200 |
commit | 406a834672bc40826fc49cd27d5f0a0506ab6b9d (patch) | |
tree | e3e38eeaa35f25e0ceca0da39e9da1c6e99528b7 /lib | |
parent | 65150a5a4ad391ba172d52492cabc2da0e6d5784 (diff) | |
download | builder-406a834672bc40826fc49cd27d5f0a0506ab6b9d.tar.xz |
lib/mysql-functions: remove done TODO
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/mysql-functions | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/mysql-functions b/lib/mysql-functions index 6351f67..de3e46e 100755 --- a/lib/mysql-functions +++ b/lib/mysql-functions @@ -12,8 +12,6 @@ fi # TODO: replace most/all insert-select queries by separate select and insert # queries -# TODO: remove `binary_packages`.`repositories` from the database - # TODO: normally operate on `binary_packages_in_repositories` instead of # `binary_packages` |