diff options
Diffstat (limited to 'database/category.lisp')
-rw-r--r-- | database/category.lisp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/database/category.lisp b/database/category.lisp index 4416331..70fb49b 100644 --- a/database/category.lisp +++ b/database/category.lisp @@ -15,5 +15,3 @@ (sxql:where (:= :category category)) ;; Assumption that split categories are entered in the correct order by id (sxql:order-by :id))) - -;; select *, sum(julianday(end_time)-julianday(start_time))*24*60*60 as total_time from run_split group by run_id order by total_time; |