Test nextup

This commit is contained in:
Zoe Roux
2025-04-08 23:38:06 +02:00
parent e1b428e8ce
commit 20f8640790
3 changed files with 204 additions and 0 deletions
+1
View File
@@ -206,6 +206,7 @@ export const historyH = new Elysia({ tags: ["profiles"] })
.where(
and(
eq(nextEntry.showPk, entries.showPk),
ne(entries.kind, "extra"),
gt(nextEntry.order, entries.order),
),
)