Fetch more derivations with no known build

To try and process the backlog a bit.
This commit is contained in:
Christopher Baines 2019-03-07 23:51:23 +00:00
parent a1e481cc4d
commit 7a00bff2c3
Signed by: cbaines
GPG key ID: 5E28A33B0B84F577

View file

@ -168,6 +168,6 @@
"WHERE derivations.id NOT IN (" "WHERE derivations.id NOT IN ("
"SELECT derivation_id FROM builds" "SELECT derivation_id FROM builds"
") " ") "
"LIMIT 1000")) "LIMIT 15000"))
(exec-query conn query)) (exec-query conn query))