diff --git a/fixme-new/lib/Fixme/State.hs b/fixme-new/lib/Fixme/State.hs index 0b4c8765..d4569adf 100644 --- a/fixme-new/lib/Fixme/State.hs +++ b/fixme-new/lib/Fixme/State.hs @@ -520,7 +520,7 @@ where {fst predic} ) -order by f0.ts asc nulls first +order by json_extract(blob, '$.commit-time'), json_extract(blob, '$.title') |]