Remove old todo
This commit is contained in:
parent
5b685a3a86
commit
a1a604757b
@ -71,7 +71,6 @@ public class ReportRepository
|
|||||||
" WHERE reportId = ?" +
|
" WHERE reportId = ?" +
|
||||||
" ORDER BY `time` ASC;";
|
" ORDER BY `time` ASC;";
|
||||||
|
|
||||||
// TODO confirm working
|
|
||||||
private static final String GET_UNHANDLED_REPORTS = "SELECT reports.id FROM reports\n" +
|
private static final String GET_UNHANDLED_REPORTS = "SELECT reports.id FROM reports\n" +
|
||||||
" LEFT JOIN reportResults ON reports.id = reportResults.reportId\n" +
|
" LEFT JOIN reportResults ON reports.id = reportResults.reportId\n" +
|
||||||
" LEFT JOIN reportHandlers ON reports.id = reportHandlers.reportId\n" +
|
" LEFT JOIN reportHandlers ON reports.id = reportHandlers.reportId\n" +
|
||||||
|
Loading…
Reference in New Issue
Block a user