From ce5363cb86e8d8003fa79dbfe59e61d4bda2752f Mon Sep 17 00:00:00 2001 From: Dmitry Zuikov Date: Thu, 6 Jun 2024 13:30:41 +0300 Subject: [PATCH] wip --- fixme-new/lib/Fixme/State.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') |]