diff options
author | Logan Hunt <loganhunt@simponic.xyz> | 2022-05-29 21:31:48 -0700 |
---|---|---|
committer | Logan Hunt <loganhunt@simponic.xyz> | 2022-05-29 21:31:48 -0700 |
commit | edeab2d09444e02a2eeb3adb2bf7933a2851c5b3 (patch) | |
tree | 774027b0b7f31f457a4f01eb977ed8922bcfaf6a /database/category.lisp | |
parent | 088a03c2e788127c5b8606d0a6a1956ff58e4ec1 (diff) | |
download | lispruns-edeab2d09444e02a2eeb3adb2bf7933a2851c5b3.tar.gz lispruns-edeab2d09444e02a2eeb3adb2bf7933a2851c5b3.zip |
Get a timer on the screen finally
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; |