summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/get-assignment1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/get-assignment b/bin/get-assignment
index 8aa4aa8..4b95775 100755
--- a/bin/get-assignment
+++ b/bin/get-assignment
@@ -293,6 +293,7 @@ next_building=$(
# - exists unblocked before does not exist unblocked
printf 'DELETE `considered_build_assignments`'
printf ' FROM `considered_build_assignments`'
+# TODO: this should be architecture specific
printf ' WHERE EXISTS ('
printf 'SELECT 1'
printf ' FROM `considered_build_assignments_2`'